spring-data-dynamodb icon indicating copy to clipboard operation
spring-data-dynamodb copied to clipboard

Figure out strategy to use DynamoDBMapper Transactions in a Spring way

Open boostchicken opened this issue 6 years ago • 1 comments

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

Support has been added, I went ahead and did a couple test builds but they don't work like traditional transactions. I basically just added code to the DynamoOperations interface and used it.

You may notice that each type of Write has different options, you can work across multiple Objects with a single Transaction, all good stuff, however you need to have already loaded an object.

Writing a transaction manager for this would be..... difficult to say the least and would require a lot of thought.

Just opening here for discussion.

boostchicken avatar May 16 '19 01:05 boostchicken

Any updates on this?

garbit avatar Jul 10 '23 14:07 garbit