Chapter 8: The What, Why, and When of Single-Table Design in DynamoDB
When modeling with DynamoDB, use as few tables as possible. Ideally, you can handle an entire application with a single table. This chapter discusses the reasons behind single-table design.