SamVerschueren / dynongo

MongoDB like syntax for DynamoDB
MIT License
58 stars 16 forks source link

Add Support For Transactions #62

Closed Gerst20051 closed 5 years ago

Gerst20051 commented 5 years ago

@SamVerschueren are you planning on maintaining this project in the future?

What are your thoughts on adding support for transactions?

The new operations are TransactWriteItems and TransactGetItems.

https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-transactions/ https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transactions.html

SamVerschueren commented 5 years ago

Yes I do and yes I plan on adding support for it.

Gerst20051 commented 5 years ago

Hey @SamVerschueren do you have any update on this? Maybe you can share your thoughts on how you plan to implement this and what your timeline looks like? Thanks!

SamVerschueren commented 5 years ago

I'm working on this as we speak. You can follow the progress in #64. Hoping to do a release tomorrow with the support.

Gerst20051 commented 5 years ago

Thanks a lot @SamVerschueren