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

  Рет қаралды 18,794

Tech with Hitch

Tech with Hitch

Күн бұрын

Пікірлер: 24
@laythabdulkareem1887
@laythabdulkareem1887 11 ай бұрын
YOU ARE AMAZING YOU ARE AMAZING YOU ARE AMAZING This short video summarizes many topics which needs hours to be explained.
@PeterWhite-ru6qk
@PeterWhite-ru6qk 10 ай бұрын
First out of many that have actually worked, thank you so much.
@Hitchon
@Hitchon 10 ай бұрын
Great 👍 glad you got things working!
@oskee1334
@oskee1334 Ай бұрын
Fantastic! I actually learned something new. One thing though, it seems like Lambda code should have been "deployed" at 7 min mark. But it wasn't explicitly mentioned in the video.
@nickdrinkwater2044
@nickdrinkwater2044 8 ай бұрын
This is a great tutorial, super straight forward and easy to understand, thank you!!
@andrewlin6600
@andrewlin6600 8 ай бұрын
You covered it all, great vid!
@EnjoyGames_
@EnjoyGames_ 7 ай бұрын
This tutorial really worked for me, keep it up! :)
@mv1597
@mv1597 9 ай бұрын
This was a massive help with my uni assignment. Thanks and keep it up!
@Hitchon
@Hitchon 9 ай бұрын
You too wish you good luck and success with your studies !
@paulohss2
@paulohss2 4 ай бұрын
Great stuff mate!
@tech_channel110
@tech_channel110 8 ай бұрын
Nice one
@ryan.d.gilbert
@ryan.d.gilbert 7 ай бұрын
Amazing tutorial THANK YOU!
@leulmesfin02
@leulmesfin02 6 ай бұрын
Great tutorial!!
@neerajmanral7093
@neerajmanral7093 11 ай бұрын
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
@rakeshthakur4103
@rakeshthakur4103 9 ай бұрын
Great work..thanks ❤❤❤❤
@slaviksemen4919
@slaviksemen4919 3 ай бұрын
bro, thanks a lot
@baotranngoc7986
@baotranngoc7986 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@Hitchon Thank you very much. Hope you can release more aws tutorial videos, I'm looking forward to them.
@Nexus2208
@Nexus2208 6 ай бұрын
Thanks!
@regilearn2138
@regilearn2138 7 ай бұрын
please use react for future project
@memoriesofAk
@memoriesofAk 5 ай бұрын
{"message":"Missing Authentication Token"} When i tried to test the API from browser i got this error.
@anyetitan8410
@anyetitan8410 2 ай бұрын
Go to the python code and check if you are working in the region as that written in the code.
@anxanywhere
@anxanywhere 4 ай бұрын
@laythabdulkareem1887 already said it all
AWS Lambda & EventBridge: Mastering Scheduled Tasks (Cron Jobs)
4:42
Tech with Hitch
Рет қаралды 2,7 М.
AWS Lambda Python functions with a database (DynamoDB)
25:12
pixegami
Рет қаралды 31 М.
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
AWS API Gateway to Lambda Tutorial in Python | Build a REST API
11:17
Be A Better Dev
Рет қаралды 350 М.
Serverless Web Application on AWS [S3, Lambda, SQS, DynamoDB and API Gateway]
17:32
Build a HTTP API using AWS Lambda and API Gateway
24:21
Jonathan Davies
Рет қаралды 17 М.
How to Deploy FastAPI on AWS Lambda
7:45
Rishab in Cloud
Рет қаралды 2,9 М.
AWS API Gateway to Lambda Tutorial in Python | Build a HTTP API (2/2)
27:35
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.