Notes: NestJS and DynamoDB RestAPI

Notes: NestJS and DynamoDB RestAPI

3.119 Lượt nghe
Notes: NestJS and DynamoDB RestAPI
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/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html - DynamoDB docs: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html - @aws-sdk/client-dynamodb: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/ 0:00 - Introduction 1:04 - Notes model definition 1:55 - Create table on DynamoDB 8:58 - Create NestJS codebase + tests 35:36 - Conclusion