shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
204 stars 27 forks source link

Increase transact write items limit #330

Closed iamcgn closed 3 years ago

iamcgn commented 3 years ago

Amazon increased the TransactWriteItem limit to 25. This update increases the Dynamo-Easy limit to match. For more info see: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html#transaction-apis-txwriteitems.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 7.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: