@rewaa/event-broker
Version:
A broker for all the events that Rewaa will ever produce or consume
16 lines • 582 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DynamoTablesStructure = void 0;
const types_1 = require("./types");
exports.DynamoTablesStructure = {
[types_1.DynamoTable.Idempotency]: {
TableName: types_1.DynamoTable.Idempotency,
KeySchema: [{ AttributeName: "partitionKey", KeyType: "HASH" }],
AttributeDefinitions: [
{ AttributeName: "partitionKey", AttributeType: "S" },
],
BillingMode: "PAY_PER_REQUEST",
expiryKey: 'expiresAt',
},
};
//# sourceMappingURL=constants.js.map