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.
@@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
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...
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..
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'], " ] }
Your channel is a hidden treasure
Very informative and to the point. Excited to watch more such videos.
Awesome content straight to résumé!
As always love your content
thanks, and glad it helps.
Really awesome project, easy explanation of API Gateway & Lambda
Glad you liked it
Great video! Do you have any videos similar to this but using CDK typescript?
Not yet!
Thanks Really helpful
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?
it is created automatically. look at 22:58 mark
Hi Cantrill, please can you recommend an interactive sandbox resource to learn computer networking for a complete beginner?
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.
@@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
Thanks.
are these projects on your courses?
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...
where exactly do you get that error ...
@@LearnCantrill I thought I followed up to this already, sorry --- I missed capitalizing the action 'Publish' at 13:26.
Can the ApiGateway be relaced by loadbalancer?
no
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..
how to remember all these steps ? My Brain is Hanged.
by doing them over and over
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'],
"
]
}