You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Amazon DynamoDB is a fully managed, serverless, key-value and document database designed to deliver single-digit-millisecond performance at any scale. It handles more than 10 trillion requests per day and can support peaks of more than 20 million requests per second. DynamoDB is the backbone of many high-profile AWS services and customers including Amazon.com, Lyft, Airbnb, and Capital One.
Traditional relational databases scale vertically — you buy a bigger server when you need more capacity. DynamoDB scales horizontally by partitioning data across many servers automatically. This architecture delivers:
A DynamoDB table is a collection of items. Unlike a relational table, items in the same DynamoDB table can have different attributes (schema-less within the table).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.