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.

3 lines 161 B
export { BasePersistenceLayer } from './BasePersistenceLayer.js'; export { IdempotencyRecord } from './IdempotencyRecord.js'; //# sourceMappingURL=index.d.ts.map