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
@@ -377,4 +377,6 @@ If you need to customize this `S3Client`, you can leverage the `LargeMessageConf
377
377
or `SNSEvent.SNSRecord` as first parameter.
378
378
- The annotation now handles a single message, contrary to the previous version that was handling the complete batch.
379
379
It gives more control, especially when dealing with partial failures with SQS (see the batch module).
380
-
- The new module only provides an annotation, the `SqsUtils` is not available anymore in this new version.
380
+
- The new module only provides an annotation, the `SqsUtils` is not available anymore in this new version.
381
+
382
+
Also, if you are still using the `powertools-sqs` library for batch processing, consider moving to `powertools-batch` at the same time to remove the dependency on this library completely; it has been deprecated and will be removed in v2.
Copy file name to clipboardExpand all lines: powertools-large-messages/src/main/java/software/amazon/lambda/powertools/largemessages/LargeMessageProcessingException.java
0 commit comments