Course lesson
Create a DynamoDB Table with AWS CDK
Amazon DynamoDB is a fully managed non-relational (NoSQL) database service that provides fast and predictable performance with seamless scalability.
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
Amazon DynamoDB is a fully managed non-relational (NoSQL) database service that provides fast and predictable performance with seamless scalability.
In other words - DynamoDB is entirely managed by AWS (so it's scaled for us, even if our startup has millions of users), it's a NoSQL database so we don't have to start by defining a detailed schema like in a relational database and it's used by companies like AirBnB, Lyft and Samsung in production.
In this quick lesson we're going to learn how to create a brand new DynamoDB table from scratch with AWS CDK.