Notes: NestJS and DynamoDB RestAPI

Опубликовано: 18 Апрель 2026
на канале: Computing Power
3,827
74

In this video, we're going to start a notes project. We're going to create the backend side to manage digital post-its. The data will be saved on AWS DynamoDB and managed with a RestAPI made using NestJS.

We're going to create all CRUD methods to manage the data

Read and Write capacity units: https://docs.aws.amazon.com/amazondyn...

DynamoDB docs: https://docs.aws.amazon.com/amazondyn...

@aws-sdk/client-dynamodb: https://docs.aws.amazon.com/AWSJavaSc...


0:00 - Introduction
1:04 - Notes model definition
1:55 - Create table on DynamoDB
8:58 - Create NestJS codebase + tests
35:36 - Conclusion