Create a DynamoDB Table in an AWS CDK App

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Having a hardcoded source of data isn't going to work out in the short or long term. We need something a little more dynamic.

That's why we'll be learning how to create a DynamoDB table to store our data instead! In this lesson, we will create a table in our CDK app, and grant our lambda function read access to the table.