Creating a single-table design with Amazon DynamoDB
AWS FeedCreating a single-table design with Amazon DynamoDB Amazon DynamoDB is a highly performant NoSQL database that provides data storage for many serverless applications. Unlike traditional SQL databases, it does not use table joins and other relational database constructs. However, you can model many common relational designs in a single DynamoDB table but the process…