@pwrdrvr/dynamodb-session-store
Version:
express-session library for DynamoDB with configurable `touch` write reductions and configurable eventually consistent reads for higher reliability/throughput and lower costs
6 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DynamoDBStore = void 0;
const dynamodb_store_1 = require("./dynamodb-store");
Object.defineProperty(exports, "DynamoDBStore", { enumerable: true, get: function () { return dynamodb_store_1.DynamoDBStore; } });
//# sourceMappingURL=index.js.map