DynamoDB Streams Overview
DynamoDB Streams provides a time-ordered sequence of item-level changes made to data in a table in the last 24 hours.
You can access a stream with a simple API call and update other data stores or take actions based on the changes made to your table.
Developers could also use DynamoDB Streams to keep data warehousing tools, such as Redshift, in sync for real-time analytics.
- Read more about DynamoDB Streams Overview
- heartin's blog
- Log in or register to post comments
Recent comments