-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
bugSomething isn't workingSomething isn't workingcompletedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedidempotencyThis item relates to the Idempotency UtilityThis item relates to the Idempotency Utility
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcompletedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedidempotencyThis item relates to the Idempotency UtilityThis item relates to the Idempotency Utility