Serverless Framework and DynamoDB - Building Note-Taking App Part 2

Опубликовано: 15 Март 2026
на канале: Tech With Piotr
244
8

Learn how to add the DynamoDb to the serverless stack. In this video we're extending the functionalities of the note-taking app by defining the database schema and saving the data in it.

Final code: https://github.com/piotrmol/serverles...

00:00 Introduction
00:29 How to define DynamoDB in serverless.yml
02:21 How to add IAM role
04:17 Using DocumentClient to interact with DynamoDB