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.

8 lines 256 B
/** * @module dynamo-easy */ /** * simple no-op function to always use table name without modification */ export var DEFAULT_TABLE_NAME_RESOLVER = function (tableName) { return tableName; }; //# sourceMappingURL=default-table-name-resolver.const.js.map