Feature request: Support for large SQS payloads in Event Data Source Classes #5157
Open
2 tasks done
Labels
feature
New feature or functionality
feature-request
feature request
help wanted
Could use a second pair of eyes/hands
Use case
AWS has support for large payloads in SQS using the extended client library: https://pypi.org/project/sqs-extended-client/ - However there's still a fair amount of boilerplate when reacting to the event in a lambda on the receiving end to unwrap the message, check if it's a large payload message, and retrieve the payload from S3.
Solution/User Experience
This seems like an ideal use case for Powertools to reduce the boilerplate code and be able to unwrap an SQS, check for large payload support and retrieve the message as part of the receipt of the message.
Example payload:
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: