# Simple patterns for aggregating on DynamoDB

DevFeed: [Simple patterns for aggregating on DynamoDB](<https://devfeed.tech/articles/simple-patterns-for-aggregating-on-dynamodb-18478.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/dynamodb-aggregation>)

Author: Cameron Archer

Published: 2024-10-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [DynamoDB](<https://devfeed.tech/topics/dynamodb.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [dynamodb](<https://devfeed.tech/tags/dynamodb.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [scalable-analytics-architecture](<https://devfeed.tech/tags/scalable-analytics-architecture.md>)

## AI overview

The article presents four approaches for aggregating data in DynamoDB tables, addressing the fact that DynamoDB does not natively support aggregations.

## Source excerpt

DynamoDB doesn't natively support aggregations, so here are four different approaches to aggregate data in DynamoDB tables.