Hacker News new | ask | show | jobs
by kumarvvr 1439 days ago
A word of caution. The default limit for number of tables per AWS account, for DynamoDB is 2500.

Tables are a scarce resource and you want to use single table designs for each app.

The design of tables with DDB is fascinating. Once you understand the PK / SK / GSI dance, design becomes so intuitive.