awslabs/amazon-sqs-java-extended-client-lib

Consuming SQSEvent from lambda

Closed this issue · 4 comments

When consuming large payload event from SQS in aws lambda, should we build logic to get the payload from S3 and process?

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.

Thanks Adam!

I tried to follow instructions there and ran into this issue
aws-powertools/powertools-lambda-java#320

Looks like they have a fix on their end for that issue.

Will close this one, please reopen if needed.

Thank you!