Feature request: create BaseRouter
with base methods
#3971
Labels
confirmed
The scope is clear, ready for implementation
event-handler
This item relates to the Event Handler Utility
feature-request
This item refers to a feature request for an existing or new utility
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Use case
As part of the Event Handler implementation (#3251) we should implement a base class that will be shared by all resolvers (API Gateway REST, HTTP, ALB, etc.) and that allows customers to register routes according to the RFC #3500.
Solution/User Experience
The implementation should follow the RFC in terms of DX and APIs while also being aligned with the implementation in the Powertools for AWS Lambda (Python) repo.
To avoid refactoring down the line, for now we'll implement only a few base methods (i.e.
get
andpost
) and minimal configuration options. Follow up issues will cover other methods and missing options.Alternative solutions
N/A
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: