Closed
Description
Expected Behaviour
The Idempotency package exports the functions and classes necessary to utilize the idempotency package.
Current Behaviour
The idempotency package does not seem to export any of the functions/classes as the other packages do.
If you look at the package.json for the idempotency implementation, it specifies that lib/index.js
is the main entry point. However, that file does not exist. When you look at the other packges (logging, metrics, etc) it has the same package.json configuration but the index file exists.
Code snippet
See the links above.
Steps to Reproduce
See the links above.
Possible Solution
Add the index.ts file to the idempotency package and export the necessary types and functions.
Powertools for AWS Lambda (TypeScript) version
main
AWS Lambda function runtime
18.x
Packaging format used
npm
Execution logs
No response