-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedevent-handlerThis item relates to the Event Handler UtilityThis item relates to the Event Handler Utility
Description
Summary
To allow users to use the beta version of the REST event handler we need to expose the API:
import {Router} from '@aws-lambda-powertools/event-handler/experimental-rest';
This will require adding an index.ts
file to export the Router
class, converters, utils and constants.
We also need to update the exports
and typesVersions
sections of package.json
.
Why is this needed?
Users will not be able to import the package otherwise.
Which area does this relate to?
No response
Solution
No response
Acknowledgment
- This request meets Powertools for AWS Lambda (TypeScript) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedevent-handlerThis item relates to the Event Handler UtilityThis item relates to the Event Handler Utility
Type
Projects
Status
Shipped