UNPKG

@aws-lambda-powertools/idempotency

Version:

The idempotency package for the Powertools for AWS Lambda (TypeScript) library. It provides options to make your Lambda functions idempotent and safe to retry.

8 lines (7 loc) 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdempotencyRecord = exports.BasePersistenceLayer = void 0; var BasePersistenceLayer_js_1 = require("./BasePersistenceLayer.js"); Object.defineProperty(exports, "BasePersistenceLayer", { enumerable: true, get: function () { return BasePersistenceLayer_js_1.BasePersistenceLayer; } }); var IdempotencyRecord_js_1 = require("./IdempotencyRecord.js"); Object.defineProperty(exports, "IdempotencyRecord", { enumerable: true, get: function () { return IdempotencyRecord_js_1.IdempotencyRecord; } });