8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad339dc commit bef38d7Copy full SHA for bef38d7
docs/utilities/sqs_large_message_handling.md
@@ -144,7 +144,7 @@ To disable deletion of payloads setting the following annotation parameter:
144
## Utility
145
146
If you want to avoid using annotation and have control over error that can happen during payload enrichment use `SqsUtils.enrichedMessageFromS3()`.
147
-It provides you access with list of `SQSMessage` object enriched from S3 payload.
+It provides you access with a list of `SQSMessage` object enriched from S3 payload.
148
149
Original `SQSEvent` object is never mutated. You can also control if the S3 payload should be deleted after successful
150
processing.
0 commit comments