SamVerschueren / dynongo

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

Increase the limit of queries in a transaction to 25 - fixes #67 #69

Closed SimonJang closed 5 years ago

SimonJang commented 5 years ago

A transaction cannot contain more than 25 unique items. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html#limits-dynamodb-transactions

This PR increases the max limit of the numbers of queries executed by a single transaction.