Deploy a new DynamoDB table to AWS using AWS SAM template

Tomasz Łakomy
InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

In this quick lesson we're going to learn how to define a brand new DynamoDB table in an AWS SAM template and how to deploy it to AWS.

We're going to use the AWS::Serverless::SimpleTable resource type, specify a primary key as well as the table name, deploy it to AWS and see if we're able to add an item to our new table.