CTo increase the read capacity of a DynamoDB table
DTo track and react to data changes in real time
Step-by-Step Solution
Solution:
Step 1: Understand DynamoDB Streams function
DynamoDB Streams capture data changes like inserts, updates, and deletes in real time.
Step 2: Compare options with Streams purpose
Only To track and react to data changes in real time correctly describes tracking and reacting to data changes. Other options describe unrelated features.
Final Answer:
To track and react to data changes in real time -> Option D
Quick Check:
DynamoDB Streams = Track data changes [OK]
Quick Trick:Streams capture table changes instantly for reaction [OK]
Common Mistakes:
Confusing Streams with backup or encryption features
Thinking Streams increase read capacity
Assuming Streams store data permanently
Master "DynamoDB" in AWS
9 interactive learning modes - each teaches the same concept differently