Тёмный

Build a REST API (CRUD) with AWS Lambda, API Gateway & DynamoDB Using Python | Step-by-Step Guide 

Tech with Hitch
Подписаться 1,2 тыс.
Просмотров 13 тыс.
50% 1

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

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@laythabdulkareem1887
@laythabdulkareem1887 7 месяцев назад
YOU ARE AMAZING YOU ARE AMAZING YOU ARE AMAZING This short video summarizes many topics which needs hours to be explained.
@regilearn2138
@regilearn2138 3 месяца назад
please use react for future project
@baotranngoc7986
@baotranngoc7986 10 месяцев назад
Thank you, the video instructions are very specific and detailed. I have a question, if I change the body in postman to x-www-urlencoded, which code in the lambda should I change and how? Can you guide me, thank you.
@Hitchon
@Hitchon 10 месяцев назад
Hi, Thanks for watching :) you'll need to make a few changes in the way the Lambda function parses the request body in POST, PATCH, and DELETE. Let me show you POST as an example, So You'll need this -> from urllib.parse import parse_qs And then you will need to replace -> response = save_employee(json.loads(event['body'])) With the following code: parsed_body = parse_qs(event['body']) for key in parsed_body: parsed_body[key] = parsed_body[key][0] response = save_employee(parsed_body) I have not tested it but I think above would help achieve what you need. Hope this helps!
@baotranngoc7986
@baotranngoc7986 9 месяцев назад
@@Hitchon Thank you very much. Hope you can release more aws tutorial videos, I'm looking forward to them.
@memoriesofAk
@memoriesofAk Месяц назад
{"message":"Missing Authentication Token"} When i tried to test the API from browser i got this error.
@paulohss2
@paulohss2 13 дней назад
Great stuff mate!
@nickdrinkwater2044
@nickdrinkwater2044 4 месяца назад
This is a great tutorial, super straight forward and easy to understand, thank you!!
@neerajmanral7093
@neerajmanral7093 7 месяцев назад
I am not getting the http method in event and if i print the event it only prints the payload.. i want to fetch the http method but i am unable to do that
@PeterWhite-ru6qk
@PeterWhite-ru6qk 6 месяцев назад
First out of many that have actually worked, thank you so much.
@Hitchon
@Hitchon 6 месяцев назад
Great 👍 glad you got things working!
@andrewlin6600
@andrewlin6600 4 месяца назад
You covered it all, great vid!
@tech_channel110
@tech_channel110 4 месяца назад
Nice one
@anxanywhere
@anxanywhere 18 дней назад
@laythabdulkareem1887 already said it all
@ryan.d.gilbert1984
@ryan.d.gilbert1984 2 месяца назад
Amazing tutorial THANK YOU!
@EnjoyGames_
@EnjoyGames_ 3 месяца назад
This tutorial really worked for me, keep it up! :)
@Nexus2208
@Nexus2208 2 месяца назад
Thanks!
@leulmesfin02
@leulmesfin02 2 месяца назад
Great tutorial!!
@rakeshthakur4103
@rakeshthakur4103 5 месяцев назад
Great work..thanks ❤❤❤❤
@mv1597
@mv1597 4 месяца назад
This was a massive help with my uni assignment. Thanks and keep it up!
@Hitchon
@Hitchon 4 месяца назад
You too wish you good luck and success with your studies !
Далее
AWS Lambda Python functions with a database (DynamoDB)
25:12
We finally APPROVED @ZachChoi
00:31
Просмотров 9 млн
ПОЮ ВЖИВУЮ🎙
3:19:12
Просмотров 878 тыс.
Шоколадная девочка
00:23
Просмотров 84 тыс.
Build a REST API using AWS Lambda and API Gateway
24:12
Webhooks Processing: HTTP API Gateway + SQS +Lambda
13:02
Using Python to Automate AWS Services | Lambda and EC2
24:10
Secure API Gateway using Cognito Authorizer (NEW)
29:51
Deploy FastAPI on AWS Lambda ⚡ Serverless hosting!
22:24
We finally APPROVED @ZachChoi
00:31
Просмотров 9 млн