Skip to content

Commit d109c6c

Browse files
authored
docs(batch): fixed typo in DynamoDB Streams section (#2189)
1 parent 32666e4 commit d109c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/batch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Processing batches from Kinesis works in three stages:
508508

509509
### Processing messages from DynamoDB
510510

511-
Processing batches from Kinesis works in three stages:
511+
Processing batches from DynamoDB Streams works in three stages:
512512

513513
1. Instantiate **`BatchProcessor`** and choose **`EventType.DynamoDBStreams`** for the event type
514514
2. Define your function to handle each batch record, and use [`DynamoDBRecord`](data_classes.md#dynamodb-streams){target="_blank"} type annotation for autocompletion

0 commit comments

Comments
 (0)