Consuming SQSEvent from lambda
Closed this issue · 4 comments
gyoga99 commented
When consuming large payload event from SQS in aws lambda, should we build logic to get the payload from S3 and process?
adam-aws commented
You can have a look at this issue #31 and the following docs https://awslabs.github.io/aws-lambda-powertools-java/utilities/sqs_large_message_handling/ which might be able to address your use case.
gyoga99 commented
Thanks Adam!
I tried to follow instructions there and ran into this issue
aws-powertools/powertools-lambda-java#320
adam-aws commented
Looks like they have a fix on their end for that issue.
Will close this one, please reopen if needed.
gyoga99 commented
Thank you!