Process Flow - Lambda with DynamoDB Streams
DynamoDB Table
Data Change: Insert/Update/Delete
DynamoDB Stream Records
Lambda Triggered
Lambda Processes Records
Lambda Executes Business Logic
Optional: Write to Other Services
When data changes in DynamoDB, the change is sent as a stream record. Lambda listens to these records and runs code to process them.