1. 1
    Create a new DynamoDB table in AWS Console
    2m 10s

Create a new DynamoDB table in AWS Console

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

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 lesson we're going to learn how to create a brand new DynamoDB table from scratch using AWS Console