It seems to me that one of the most important parts would be missing. The part in which how to deploy it, generate the scenarios, etc. This is the same if i do the test in lambda
create tutorial. Noticed you only tested the private APIs from the API Gateway Console. How can the private API be called from say an EC2 instance within a VPC?
Small mistake on your diagram (1:49). AWS API Gateway Private is not Deployed to your VPC. It is only deployed to the Private AWS network. It then uses AWS Private Network to connect to your resources. DynamoDB is also not deployed in your VPC. Lambda uses VPC endpoints/Gateway to allow connection out from your VPC to DynamoDB. Cheers
Fantasticks Great Explanation
Very helpful, thank you!
and where is test of gateway api via vpc endpoint? what was the reason to show it if you didn't test it?
Thanks for spotting that I might have missed it!
waouhhhhh, excellent
Glad you like it!
Thanks For this - Great Work
Glad it was helpful!
It seems to me that one of the most important parts would be missing. The part in which how to deploy it, generate the scenarios, etc. This is the same if i do the test in lambda
Thanks for the feedback. Will try and cover that in another video.
Everything in this video can be done without a VPC or private gateway...
create tutorial. Noticed you only tested the private APIs from the API Gateway Console. How can the private API be called from say an EC2 instance within a VPC?
thanks for feedback! I will try to create one.
Small mistake on your diagram (1:49). AWS API Gateway Private is not Deployed to your VPC. It is only deployed to the Private AWS network. It then uses AWS Private Network to connect to your resources. DynamoDB is also not deployed in your VPC. Lambda uses VPC endpoints/Gateway to allow connection out from your VPC to DynamoDB. Cheers
Thanks for correcting it 👍🏻
Actually his entire video is false