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
+10
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,20 @@ public class LargeMessageConfig {
41
41
privateLargeMessageConfig() {
42
42
}
43
43
44
+
/**
45
+
* Retrieve the singleton instance (you generally don't need to use this one, used internally by the library)
Copy file name to clipboardExpand all lines: powertools-large-messages/src/main/java/software/amazon/lambda/powertools/largemessages/internal/LargeMessageProcessor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
* @param <T> any message type that support Large Messages with S3 pointers
34
34
* ({@link com.amazonaws.services.lambda.runtime.events.SQSEvent.SQSMessage} and {@link com.amazonaws.services.lambda.runtime.events.SNSEvent.SNSRecord} at the moment)
0 commit comments