From the course: AWS Essential Training for Architects (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a DynamoDB table

Creating a DynamoDB table - Amazon Web Services (AWS) Tutorial

From the course: AWS Essential Training for Architects (2019)

Start my 1-month free trial

Creating a DynamoDB table

- [Instructor] In order to test my Lambda function, which performs operations on a DynamoDB table, I need to create a DynamoDB table on which it can operate. So, from the console I can start typing in Dynamo, have the service pop up there, and since I haven't created a DynamoDB table I'm met with a big blue button, Create Table. I'll do that. I get to give it a name. So, in this case we're going to store things. I'll call it things, and I provide the name of the Primary key as well, and we'll stick with a simple partitioned key. A sort key here can be added to the primary key to allow for further partitioning of the data within the partition key, but we don't need that for this simple demo. I'm going to call the Primary key thingid, and I can keep it as a string. And then down here, they have added the ability to Add tags, as we have done on most of our resources that we have created. So, I'll keep with the cost-center…

Contents