
DynamoDB Table Design Principles - One-To-Many Relationships in NoSQL
Abstract In Relational Database we used to have single Entity per Table, build relationships between them and assign constrains like Foreign Keys. In NoSQL DynamoDB world this became an Antipatter...