Skip to content

Commit 3abafb6

Browse files
dreamorosisvozza
andauthored
Update docs/upgrade.md
Co-authored-by: Stefano Vozza <[email protected]>
1 parent 6524154 commit 3abafb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,5 @@ itself now manages removal of messages from the queue.
406406
- Replace the dependency in Maven / Gradle: `powertools-sqs` ==> `powertools-large-messages`
407407
- Replace the annotation: `@SqsLargeMessage` ==> `@LargeMessage` (the new module handles both SQS and SNS)
408408
- Move the annotation away from the Lambda `handleRequest` method and put it on a method with `SQSEvent.SQSMessage` or `SNSEvent.SNSRecord` as first parameter.
409-
- The annotation now handles a single message, contrary to the previous version that was handling the complete batch. It gives more control, especially when dealing with partial failures with SQS (see the batch module).
409+
- The annotation now handles a single message, contrary to the previous version that was handling the complete batch. This gives more control, especially when dealing with partial failures with SQS (see the batch module).
410410
- The new module only provides an annotation, an equivalent to the `SqsUtils` class is not available anymore in this new version.

0 commit comments

Comments
 (0)