taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Add support for DynamoDB Transactions #122

Closed nxvipin closed 4 years ago

nxvipin commented 5 years ago

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transactions.html

belucid commented 5 years ago

Yup, this is important. Hoping to include it in the next release @swvist.

belucid commented 5 years ago

https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-transactions/

nxvipin commented 5 years ago

Hi @belucid, there is an initial PR at #123

belucid commented 5 years ago

Perfect... I'll take a look at it tomorrow and provide some initial feedback. Thanks @swvist.

nxvipin commented 5 years ago

@belucid, #123 now supports all Dynamo DB transaction APIs and is ready for initial feedback. I am yet to add inline documentation for the new API but otherwise the PR is complete.

kipz commented 4 years ago

@swvist are you able to rebase your fork and get #123 moving again? We're all very keen to get this support in ASAP.