Concept Flow - DynamoDB Streams concept
Data change in DynamoDB table
DynamoDB Streams captures change
Stream records created
Stream consumers read records
Process or react to changes
Done
When data changes in a DynamoDB table, DynamoDB Streams captures these changes as records. Consumers then read these records to process or react to the changes.