Real-Time Data Aggregation Using DynamoDB Streams — Deliveroo’s System Design

Mahesh Saini
Level Up Coding
Published in
6 min readOct 5, 2023

--

DynamoDB is great for quick data access, low-latency, and scalability. However, one downside is that it does not support aggregation functionality like relational DB’s do. This is how the team at Deliveroo tackled this…

--

--