CDC on DynamoDB

We look at how CDC works with DynamoDB and its potential use cases.

Lewis Gavin
Rockset
Published in
6 min readJun 8, 2022

--

DynamoDB is a popular NoSQL database available in AWS. It is a managed service with minimal setup and pay-as-you-go costing. Developers can quickly create databases that store complex objects with flexible schemas that can mutate over time. DynamoDB is resilient and scalable due to the use of sharding techniques. This…

--

--