-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
feature-parityFeature parity with python versionFeature parity with python versionfeature-requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I was working on adding retry and error/exception handling to the lambda written in Java when I came across an AWS reinvent talk where best practices to handle the errors was told. There was a mention of writing Middleware code to centralise the error/exception handling and for some runtimes like Python and Node.js AWS Lambda powertools already provide a way to do this using annotations. For Java, we are missing this feature in Powertools.
Describe the solution you'd like
Powertools to enable writing a middleware code which can be called before and/or after lambda function handler invocation.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
feature-parityFeature parity with python versionFeature parity with python versionfeature-requestNew feature or requestNew feature or request
Type
Projects
Status
Ideas
Milestone
Relationships
Development
Select code repository
Activity
jeromevdl commentedon Aug 2, 2023
See what/how python is doing: https://docs.powertools.aws.dev/lambda/python/latest/utilities/middleware_factory/
scottgerring commentedon Oct 9, 2023
De-prioritising due to backlog depth.