@env0/dynamo-easy
Version:
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.
12 lines • 327 B
JavaScript
/**
* @module multi-model-requests/batch-write
*/
/**
* max count of request items allowed by aws
*/
export const BATCH_WRITE_MAX_REQUEST_ITEM_COUNT = 25;
/**
* time slot used to wait after unprocessed items were returned
*/
export const BATCH_WRITE_DEFAULT_TIME_SLOT = 1000;
//# sourceMappingURL=batch-write.const.js.map