-
Notifications
You must be signed in to change notification settings - Fork 421
Feature request: Add function to decode nested messages on SQS events #2348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hello @rafaelgsr! Muito bom 😄 Thanks so much man for working on this. Surely unwrapping such user cases as SNS -> SQS -> Lambda will make users' lives much simpler. |
|
Use case
SQS events can encapsulate events originated in other AWS resources, such as S3 and SNS. When processing a
SQSEvent
in a Lambda function, a function to decode these nested events - returning the desired data class - would improve the user experience.Solution/User Experience
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: