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/utilities/batch.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@ Processing batches from Kinesis works in three stages:
508
508
509
509
### Processing messages from DynamoDB
510
510
511
-
Processing batches from Kinesis works in three stages:
511
+
Processing batches from DynamoDB Streams works in three stages:
512
512
513
513
1. Instantiate **`BatchProcessor`** and choose **`EventType.DynamoDBStreams`** for the event type
514
514
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