Skip to content

Commit e4d2b1b

Browse files
author
Pankaj Agrawal
committed
Minor doc updates
1 parent 33eb76d commit e4d2b1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/utilities/batch.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The SQS batch processing utility provides a way to handle partial failures when
1414

1515
**Background**
1616

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.
1818

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.
2020

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
2222
are returned to the queue.
2323

2424
<Note type="warning">

0 commit comments

Comments
 (0)