Closed
Description
Use case
With the introduction of S3 Event Notifications in Event Bridge here we need the ability to quickly unpack the event payload from the Event Bridge Envelope.
The structure of the message is described here.
Solution/User Experience
It would suffice to extend the s3 models in the the parser module.
Alternative solutions
Have the module instantiated at the project level and just use the envelope unpacking mechanism.
Acknowledgment
- This feature request meets Lambda Powertools Tenets
- Should this be considered in other Lambda Powertools languages? i.e. Java, TypeScript