awslabs / dynamodb-data-mapper-js

A schema-based data mapper for Amazon DynamoDB.
https://awslabs.github.io/dynamodb-data-mapper-js/
Apache License 2.0
816 stars 106 forks source link

Support for Transactions? #169

Open drc-jpoehler opened 4 years ago

drc-jpoehler commented 4 years ago

Is there any plan to support transations in DynamoDb using the mapper?

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

michaelwittwer commented 4 years ago

@drc-jpoehler If you need a working library for this today, checkout dynamo-easy

disclaimer: I am one of the maintainers of dynamo-easy