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.

6 lines 364 B
/** * A simple no-op function which tells that we always have a valid session, which obviously requires some valid * session checking and also renewing of a potentially expired (or non existing) session */ export var DEFAULT_SESSION_VALIDITY_ENSURER = function () { return Promise.resolve(); }; //# sourceMappingURL=default-session-validity-ensurer.const.js.map