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 `BATCH_WRITE_MAX_REQUEST_ITEM_COUNT` from 25 to 100 #421

Closed amit-alkobi-env0 closed 3 months ago

amit-alkobi-env0 commented 3 months ago

Describe the bug BATCH_WRITE_MAX_REQUEST_ITEM_COUNT is currently 25, but AWS increased it to 100

To Reproduce

Expected behavior BATCH_WRITE_MAX_REQUEST_ITEM_COUNT = 100

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

michaelwittwer commented 3 months ago

Hi @amit-alkobi-env0. Thanks for reaching out. Why did you close the issue, is it not relevant? Happy to accept PR for this improvement.