Тёмный
No video :(

Notes: NestJS and DynamoDB RestAPI 

Computing Power
Подписаться 1,2 тыс.
Просмотров 2 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 23   
@CarlinGebyte
@CarlinGebyte 8 дней назад
Thanks mate, U're great
@computingpower
@computingpower 6 дней назад
I’m glad you liked it 🙌🏼
@randeepyasintha140
@randeepyasintha140 9 месяцев назад
Learned a lot, thanks for the generous effort.
@computingpower
@computingpower 9 месяцев назад
I’m glad I could help 🙌🏼
@randeepyasintha140
@randeepyasintha140 9 месяцев назад
@@computingpower It would be fantastic if you could expand on this project to create a DynamoDB data modeling tutorial. If you could draw a simple ERD and demonstrate how to convert it to a document-based schema, it would be incredibly helpful for both sides because I haven't been able to find a good video on RU-vid that explains this topic using a real-world project.
@popzhixto
@popzhixto 7 месяцев назад
Hello, thanks for the video, I have learned a lot! a query... instead of making that custom mapper function, could dynamodb's own unmarshall method be used?
@computingpower
@computingpower 7 месяцев назад
Im glad you liked it! I haven’t found something like that directly on DynamoDB library. I’m aware that there are another library called “dynamoose”, which can create schemas and model mappings like Mongoose does for MongoDB, but for DynamoDB in this case. I decided to not use it in the video for the sake of simplicity, but I recommend you taking a look at that library for real world projects :)
@patriciodilet9192
@patriciodilet9192 3 месяца назад
I cannot do POST, now I'm get 404 not found (using repo code), but y can call get and getall. Any suggestion? thanks
@computingpower
@computingpower 3 месяца назад
Hello! Have you been able to check if you created the POST route correctly? When making the request, you will have to pass the controller route + endpoint route, like this @Controller('dogs') export class DogsController { @Post("something") create(): string { return 'This action adds a new dog'; } } then you will have to make a request like this POST to localhost:/dogs/something docs.nestjs.com/controllers
@akroidofficial
@akroidofficial 9 месяцев назад
28:10 if you do not pass any value to the required the server crashes what is the solution for that?
@computingpower
@computingpower 9 месяцев назад
If you don’t pass the object Id as a path param , NestJS automatically returns 400, which is a Bad Request error code, indicating that something is wrong with the request
@akroidofficial
@akroidofficial 9 месяцев назад
bro where to give put keys to access dynamo. not available in documentation though
@computingpower
@computingpower 9 месяцев назад
Hello! In this case, the application reads the AWS credentials directly from AWS Cli installed on the machine. If you install and set up AWS CLI, the app can read the credentials from there automatically. I have this video showing how to install AWS CLI on Linux machines ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1OqMQPx8Jno.html
@akroidofficial
@akroidofficial 9 месяцев назад
@@computingpower still not clear bro like suppose I install AWS CLI in my EC2 then how to give the access of my dynamodb to my local project running on windows? Without .env.
@tunatunnoy
@tunatunnoy 6 месяцев назад
how can i set up credentials for this?
@computingpower
@computingpower 6 месяцев назад
Hello, in this case, I’m using the credentials from the underlying machine. For doing this on your computer, you must install AWS Cli on your machine like this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1OqMQPx8Jno.htmlsi=LDut6m1Fidg18hje
@akroidofficial
@akroidofficial 9 месяцев назад
what if i want to check the array suppose for existing phone number or email and if it exist do not to the post
@computingpower
@computingpower 9 месяцев назад
If you want to validate the object to be saved, you can add the proper validations in the DTO object. Check this out docs.nestjs.com/techniques/validation
@Rob-ux5wt
@Rob-ux5wt 9 месяцев назад
Do you have the repo for this project?
@computingpower
@computingpower 9 месяцев назад
Yes, here it is: github.com/Mpcsj-Computing/Notes-Project
@Rob-ux5wt
@Rob-ux5wt 9 месяцев назад
@@computingpower Thank you. This is a big help
@akroidofficial
@akroidofficial 9 месяцев назад
need help in 13:20
@computingpower
@computingpower 9 месяцев назад
Hello! If you are referring to the AWS credentials on the machine, I have another video showing how to install and Setup AWS CLI on a Linux machine with some user credentials here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1OqMQPx8Jno.htmlsi=AKzINjSYA5oIgoiA
Далее
Getting started with AWS DynamoDB in .NET
25:01
Просмотров 22 тыс.
AWS Aurora VS DynamoDB
38:39
Просмотров 79 тыс.
Как дела перцы?
00:25
Просмотров 63 тыс.
MILLION JAMOASI 2024 4K
2:17:51
Просмотров 12 млн
Quick API Endpoints Using Data API Builder
12:35
Просмотров 10 тыс.
Nest.js Microservices Tutorial in 20 Minutes
17:56
Просмотров 106 тыс.
Data Modeling with Amazon DynamoDB- AWS Database in 15
14:23
The cloud is over-engineered and overpriced (no music)
14:39
Deploy Python FastAPI into ECS
22:22
Просмотров 3,5 тыс.
DynamoDB Scan vs Query - The Things You Need To Know
11:05
Upload Images Directly to S3 from Front End
18:28
Просмотров 123 тыс.