aws
A Simple Trick to Avoid Messy DynamoDB Designs
One thing I learned while working with DynamoDB single table design is that it should not start only from entities and relationships like traditional relational databases. In single table design, multiple entities are usually stored in the same table, and the structure is mainly optimized around how the application reads