From 34377027f78fb7ec0c6a60babd3af8ce1e4211f8 Mon Sep 17 00:00:00 2001 From: arjanschaaf Date: Tue, 2 May 2023 09:09:05 +0200 Subject: [PATCH] Update batch.md to fix typo The "Processing messages from DynamoDB" paragraph mentioned "Kinesis" instead of "DynamoDB Streams" Signed-off-by: arjanschaaf --- docs/utilities/batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities/batch.md b/docs/utilities/batch.md index 296ce4f02ac..c4d7dc26e6c 100644 --- a/docs/utilities/batch.md +++ b/docs/utilities/batch.md @@ -508,7 +508,7 @@ Processing batches from Kinesis works in three stages: ### Processing messages from DynamoDB -Processing batches from Kinesis works in three stages: +Processing batches from DynamoDB Streams works in three stages: 1. Instantiate **`BatchProcessor`** and choose **`EventType.DynamoDBStreams`** for the event type 2. Define your function to handle each batch record, and use [`DynamoDBRecord`](data_classes.md#dynamodb-streams){target="_blank"} type annotation for autocompletion