From the course: AWS Certified Database – Specialty (DBS-C01) Cert Prep: 2 Design and Deployment

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Creating DynamoDB databases

Creating DynamoDB databases

- So we've seen how to create a relational database. Now we're going to look at our first example of a No SQL database. We're going to look at creating a DynamoDB database. Now things get a little odd here. Because we call it a DynamoDB database, but we don't actually create a DynamoDB database. We create a DynamoDB table. And then we use it to store stuff. Okay. So DynamoDB tables are all managed as these independent table entities that are not related to any other tables, right? So there's no real need for an extra database container. The table itself is the container for all of your objects that you're going to store. So let's take a look at the process. So here in the AWS Management Console, we're going to scroll down to databases and here we have DynamoDB. And when you go into DynamoDB for the first time, you're going to get your typical overview screen, a link to a getting started guide and notice the process of…

Contents