Skip to content

Add transaction support

Choose a tag to compare

@darrenklein darrenklein released this 27 Sep 14:34

This minor version release adds support for DynamoDB transactions via two new public methods, transact_get_items/2 and transact_write_items/2.

See https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html for an overview of DynamoDB's transactions.