HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
69 stars 20 forks source link

Add transact write items method to client #132

Closed nicolaszein closed 1 year ago

nicolaszein commented 1 year ago

Adding support for TransactWriteItems

nicolaszein commented 1 year ago

Hi @ojii, thanks for your review.

I have implemented the suggestions that you said.

Can you please take a look again? 😃

nicolaszein commented 1 year ago

looking good. Please add the new API and the types it uses to the docs

Nice! Just added the documentation! 😃

ojii commented 1 year ago

Thank you very much for implementing it. Looks like I messed up with git a little bit when I merged this because I wanted to fix a small rst issue before merging and now Github doesn't detect this as merged, so I will instead close it (but it's actually merged from what I can see).

Do you also plan to add TransactGetItems?

nicolaszein commented 1 year ago

Thank you @ojii for all your support! :)

I already opened the #135 for transact get items.