HENNGE / aiodynamo

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

Update maximum transaction operations to 100 #153

Closed stupoid closed 1 year ago

stupoid commented 1 year ago

As of 06/09/2022

The maximum number of actions in a single transaction has now increased from 25 to 100

AWS Announcement: Amazon DynamoDB now supports up to 100 actions per transaction

However, the aiodynamo client still raises TooManyTransactions if the number of operations exceed the old maximum of 25.

y26805 commented 1 year ago

resolved in https://github.com/HENNGE/aiodynamo/pull/160