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
817 stars 106 forks source link

No support for transactWrite API #183

Open matthias-pichler opened 4 years ago

matthias-pichler commented 4 years ago

As I see it the new transactWrite APi is not supported yet. Would it be possible to add support for this similar to the batchWrite

michaelwittwer commented 4 years ago

@warrify If you need a working typescript library for this today, checkout dynamo-easy

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

matthias-pichler commented 4 years ago

@michaelwittwer Thanks I checked it out and liked it very much 👍

wohlfea commented 2 years ago

+1

Please add this functionality. It would be very helpful for me.

refactorthis commented 2 years ago

Is this on the roadmap?