Skip to content

Commit 43522d9

Browse files
dreamorosisvozza
andauthored
Apply suggestions from code review
Co-authored-by: Stefano Vozza <[email protected]>
1 parent cbc6a06 commit 43522d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ journey
4949
Records expired: 1: Failure
5050
```
5151

52-
This behavior changes when you enable [ReportBatchItemFailures feature](https://docs.aws.amazon.com/lambda/latest/dg/services-sqs-errorhandling.html#services-sqs-batchfailurereporting) in your Lambda function event source configuration:
52+
This behavior changes when you enable the [ReportBatchItemFailures feature](https://docs.aws.amazon.com/lambda/latest/dg/services-sqs-errorhandling.html#services-sqs-batchfailurereporting) in your Lambda function event source configuration:
5353

5454
* [**SQS queues**](#sqs-standard). Only messages reported as failure will return to the queue for a retry, while successful ones will be deleted.
5555
* [**Kinesis data streams**](#kinesis-and-dynamodb-streams) and [**DynamoDB streams**](#kinesis-and-dynamodb-streams). Single reported failure will use its sequence number as the stream checkpoint. Multiple reported failures will use the lowest sequence number as checkpoint.

0 commit comments

Comments
 (0)