-
Notifications
You must be signed in to change notification settings - Fork 90
feat: SQS Large message handling #55
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
Conversation
…qs-messages # Conflicts: # powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs/internal/SqsMessageAspect.java # powertools-sqs/src/test/java/software/amazon/lambda/powertools/sqs/internal/SqsMessageAspectTest.java
There is an error building on GitHub because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few suggestion on docs
<dependency> | ||
<groupId>software.amazon.lambda</groupId> | ||
<artifactId>powertools-sqs</artifactId> | ||
<version>x.x.x</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be update with version latest version here ? or can be done as part of release
} | ||
``` | ||
|
||
`@LargeMessageHandler` creates a default S3 Client `AmazonS3 amazonS3 = AmazonS3ClientBuilder.defaultClient()`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be mention a bit explicitly that if download of any message fails from S3 while enriching, entire batch will fail?
Build issue is fixed now |
Issue #, if available:
Description of changes:
Lambda support for SQS messages which have had their payloads offloaded to S3.
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.