152k views
4 votes
DynamoDB Streams: What is the max configurable batch size?

A) 100
B) 1000
C) 10000
D) 100000

User Hashken
by
8.2k points

1 Answer

1 vote

Final answer:

The max configurable batch size for DynamoDB Streams is 10000.

Step-by-step explanation:

The max configurable batch size for DynamoDB Streams is option C) 10000. This means that when configuring a stream, you can set the batch size to a maximum of 10000 records. This allows you to process a larger number of records at once and improve the efficiency of stream processing.

User Mycowan
by
8.3k points