Skip to content

Consuming SQSEvent from lambda #62

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

Closed
gyoga99 opened this issue Mar 10, 2021 · 4 comments
Closed

Consuming SQSEvent from lambda #62

gyoga99 opened this issue Mar 10, 2021 · 4 comments

Comments

@gyoga99
Copy link

gyoga99 commented Mar 10, 2021

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

@adam-aws
Copy link
Contributor

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
Copy link
Author

gyoga99 commented Mar 10, 2021

Thanks Adam!

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

@adam-aws
Copy link
Contributor

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

Will close this one, please reopen if needed.

@gyoga99
Copy link
Author

gyoga99 commented Mar 10, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants