This diff is a part of the stack that introduces batch operations with the DynamoDB.
The DYNAMODB_MAX_BATCH_ITEMS constant represents the maximum allowable batch size for DynamoDB which is 25 items.
Linear task: ENG-1158
Differential D4372
[services] Tunnelbroker - Add DYNAMODB_MAX_BATCH_ITEMS to Constants • max on Jun 27 2022, 6:35 PM. Authored by Tags None Referenced Files
Details This diff is a part of the stack that introduces batch operations with the DynamoDB. The DYNAMODB_MAX_BATCH_ITEMS constant represents the maximum allowable batch size for DynamoDB which is 25 items. Linear task: ENG-1158 No testing is needed, it's just a constant.
Diff Detail
Event TimelineComment Actions Slightly changed the constant name from MAX_DYNAMODB_BATCH_ITEMS to DYNAMODB_MAX_BATCH_ITEMS to be consistent across the all Constants file. |