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: docs/content/utilities/batch.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ The SQS batch processing utility provides a way to handle partial failures when
14
14
15
15
**Background**
16
16
17
-
When using SQS as a Lambda event source mapping, Lambda functions are triggered with a batch of messages from SQS.
17
+
When using SQS as a Lambda event source mapping, Lambda functions can be triggered with a batch of messages from SQS.
18
18
19
-
If your function fails to process any message from the batch, the entire batch returns to your SQS queue, and your Lambda function is triggered with the same batch one more time.
19
+
If your function fails to process any message from the batch, the entire batch returns to your SQS queue, and your Lambda function will be triggered with the same batch again.
20
20
21
-
With this utility, messages within a batch are handled individually - only messages that were not successfully processed
21
+
With this utility, messages within a batch will be handled individually - only messages that were not successfully processed
0 commit comments