UNPKG

@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 316 B
/** * @module multi-model-requests/batch-get */ /** * max count of request items allowed by aws */ export var BATCH_GET_MAX_REQUEST_ITEM_COUNT = 100; /** * time slot used to wait after unprocessed items were returned */ export var BATCH_GET_DEFAULT_TIME_SLOT = 1000; //# sourceMappingURL=batch-get.const.js.map