@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.
8 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 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
*/
exports.DEFAULT_SESSION_VALIDITY_ENSURER = () => Promise.resolve();
//# sourceMappingURL=default-session-validity-ensurer.const.js.map