Skip to content

Commit 8c78ed1

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

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
@@ -407,4 +407,4 @@ itself now manages removal of messages from the queue.
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.
409409
- 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).
410-
- The new module only provides an annotation, an equivalent to the `SqsUtils` class is not available anymore in this new version.
410+
- 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)