How to use AWS Dynamo DB

preview_player
Показать описание
In this video you will learn how to use the #aws #dynamodb by doing all the crud operations in #nodejs.

--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
💵Support the channel:
--------------------------------------------------------------------------

0:00 Introduction
1:18 AWS User for DynamoDB
5:07 Creating Tables
6:20 Adding Record using AWS console
7:36 Dependencies for dynamoDB
8:55 Dynamo client
13:44 Getting all the items
16:53 Adding item - PutCommand
19:46 Deleting item - DeleteCommand
21:16 Getting item by Id - GetItem
22:40 Updating an item using - PutCommand
25:25 Updating an item using - UpdateCommand

======================
✔ Other useful Playlists
======================

#mafiacodes #yoursTRULY #tutorial #howto
Рекомендации по теме
Комментарии
Автор

Hey man, great content. I really like your channel a lot and spent long hours watching your videos. I would request for more AWS stuff like lambda function, serverless, deployment and overall testing in a full stack project.

usmanali-jdfp
Автор

Make more content on AWS man there's alot to cover

nelsonke
Автор

Awesome content. Please create more AWS content

tvssaini
Автор

Please sir make a cloudfront signed cookies tutorial to access images or videos from react app. 🙏🙏🙏

okeyshourovroy
Автор

Please come with a video with prevent video download from s3 and signed url and cookies.

And I found that If I am inserting the frontend url in backend cors then its setting the cookie but then the mobile application are giving cor issue. And if I am adding "*" in cors its not setting cookie in web based frontend. Can you please cover it

okeyshourovroy