derjust / spring-data-dynamodb

This module deals with enhanced support for a data access layer built on AWS DynamoDB.
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
403 stars 141 forks source link

Support for dynamodb-transactions #202

Closed rmaugusto closed 6 years ago

rmaugusto commented 6 years ago

I think this library could add support for transactions with https://github.com/awslabs/dynamodb-transactions and Spring Transactions.

I could help with it. :-)

derjust commented 6 years ago

The main thread for this is #29 - And i started some poking a while ago in this branch Always open for PRs :) (But as far as I can tell the referenced Github project is not the most active one)

boostchicken commented 6 years ago

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