Very informative and to the point. Excited to watch more such videos.
@shmasbhai Жыл бұрын
Awesome content straight to résumé! As always love your content
@LearnCantrill Жыл бұрын
thanks, and glad it helps.
@soumyadipchatterjee2267 Жыл бұрын
Really awesome project, easy explanation of API Gateway & Lambda
@LearnCantrill Жыл бұрын
Glad you liked it
@Wirote-q2u2 күн бұрын
thank you. very useful
@alfredodaniel7473 Жыл бұрын
While creating the lambda function aren't we supposed to associate it with a role for permissions? Maybe I've missed that step in your document?
@tadikotadika89462 ай бұрын
it is created automatically. look at 22:58 mark
@urdarkside1 Жыл бұрын
Hi Cantrill, please can you recommend an interactive sandbox resource to learn computer networking for a complete beginner?
@LearnCantrill Жыл бұрын
Hi, well there are two parts to this. The theory .. which you need to learn in isolation i.e learn how networking works at a 1st principles level. and then you have to learn how to implement things (have you tried this www.eve-ng.net/). That being said, you're commenting on a mini project which isn't really a networking one.
@urdarkside1 Жыл бұрын
@@LearnCantrill My bad for commenting on the mini project, I was just curious as there's a fair bit of computer networking required to navigate the cloud as a beginner
@jassminherrera4958 Жыл бұрын
Great video! Do you have any videos similar to this but using CDK typescript?
@LearnCantrill Жыл бұрын
Not yet!
@vinaysterling Жыл бұрын
Thanks Really helpful
@hasanseam862223 күн бұрын
Nice video
@alwayskrishnaconsciousness56365 ай бұрын
Can the ApiGateway be relaced by loadbalancer?
@jumpmanjxhnsxn76084 ай бұрын
no
@nechemyah2102Ай бұрын
No. The load balancer is a like a traffic light to balance out traffic. The API Gateway is a powerful tool that connects everything.. it controls the sensors in the road to detect ttaffic, etc.. The cameras on the road can write data and stream data..
@xammocoloniax Жыл бұрын
At the end test, I get the error {"Error":{"Code":"InvalidAction","Message":"Could not find operation publish for version 2010-03-31","Type":"Sender"}. I'm reviewing...
@LearnCantrill Жыл бұрын
where exactly do you get that error ...
@xammocoloniax Жыл бұрын
@@LearnCantrill I thought I followed up to this already, sorry --- I missed capitalizing the action 'Publish' at 13:26.
@aloSolo9 ай бұрын
are these projects on your courses?
@srini5807 ай бұрын
Thanks.
@BishnuUprety-y2t5 ай бұрын
how to remember all these steps ? My Brain is Hanged.
@jumpmanjxhnsxn76084 ай бұрын
by doing them over and over
@mozartshomie096 ай бұрын
When I try and get the IP, I get this error: { "errorMessage": "'requestContext'", "errorType": "KeyError", "requestId": "4d3d0ee0-e031-4ae5-b6bb-ed2126cd95f9", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 5, in lambda_handler 'body': event['requestContext']['identity']['sourceIp'], " ] }
@prakashramanukolanu66714 күн бұрын
I think you didn't checked the lambda proxy in lambda-GET integration request. Ensure you did this step and try again 8:59