You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powertools-large-messages/src/main/java/software/amazon/lambda/powertools/largemessages/LargeMessageConfig.java
* Singleton instance for Large Message Config. We need this to provide a way to customize the S3 client configuration used by the annotation.
28
+
* Singleton instance for Large Message Config. We need this to provide a way to customize the S3 client
29
+
* configuration used by the annotation.
26
30
* <br/>
27
-
* Optional: Use it in your Lambda constructor to pass a custom {@link S3Client} to the {@link software.amazon.lambda.powertools.largemessages.internal.LargeMessageProcessor}
31
+
* Optional: Use it in your Lambda constructor to pass a custom {@link S3Client} to the
Copy file name to clipboardExpand all lines: powertools-large-messages/src/main/java/software/amazon/lambda/powertools/largemessages/LargeMessages.java
* Functional API for processing large messages without AspectJ.
28
32
* <p>
29
33
* Use this class to handle large messages (> 1 MB) from SQS or SNS.
30
-
* When large messages are sent to an SQS Queue or SNS Topic, they are offloaded to S3 and only a reference is passed in the message/record.
34
+
* When large messages are sent to an SQS Queue or SNS Topic, they are offloaded to S3 and only a reference is passed
35
+
* in the message/record.
31
36
* <p>
32
37
* {@code LargeMessages} automatically retrieves and optionally deletes messages
33
-
* which have been offloaded to S3 using the {@code amazon-sqs-java-extended-client-lib} or {@code amazon-sns-java-extended-client-lib}
38
+
* which have been offloaded to S3 using the {@code amazon-sqs-java-extended-client-lib} or {@code amazon-sns-java
39
+
* -extended-client-lib}
34
40
* client libraries.
35
41
* <p>
36
-
* This version is compatible with version 1.1.0+ and 2.0.0+ of {@code amazon-sqs-java-extended-client-lib} / {@code amazon-sns-java-extended-client-lib}.
42
+
* This version is compatible with version 1.1.0+ and 2.0.0+ of {@code amazon-sqs-java-extended-client-lib} / {@code
0 commit comments