Skip to content

Bug: Idempotency Package has No Exports #1479

Closed
@brianhyder

Description

@brianhyder

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 workingcompletedThis item is complete and has been merged/shippedidempotencyThis item relates to the Idempotency Utility

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions