AWS API Gateway tutorial ( Latest)

preview_player
Показать описание
This video series is about full course of AWS API Gateway. This covers basic concept to advance concept with the demos
Covers securing API gateway, troubleshooting, scaling
Once you went through these video, you should have good understanding of API Gateway.

#apigateway #aws #awstutorials

Other resources:
Рекомендации по теме
Комментарии
Автор

This is the BEST Tutotrial on AWS API Gateway!!

sauraabh
Автор

very good tutorials. Plz create video on ECS also . Thank you very so much

atulvairale
Автор

Good video. I have a doubt what if I have an API currently on Ec2 instance or running on EKS . do we need API gateway or how can we use api gateway in that case?

naveenchalageri
Автор

Hello - thank you for our video!

I have an architecture question. If I have a public API and private API on the same server exposed by an internal ALB - the public API is exposed by a public API Gateway (resides outside the VPC), where as the private api is exposed by a Private API Gateway which is accessible through a VPN. Both of the API Gateways point to the internal ALB. Does this set up make sense to your or is there a better way to have a private API and publci API accessible to end users on the same server?

BallersEdmonton
Автор

I want to send multiple status code based on my logix. for eg: 404 on Not found below my code.

if check_keyword(event):
return {"statusCode": 404, "message": "Missing keyword"}

on postman the response comes as i send but postman status is 200. how i make that postman status also 404 or other status based on my return statuscode value ?... Please help me out

nimathi
Автор

Hey Is it possible using SAM that I can keep some api endpoint unauthorized while some authorized. I am trying it with Congito authorizer

hemantsah
Автор

Good morning, firstly thank you for this video and second, I am struggling with an internal server error, what could be the reason behind this?

{"message": "Internal server error"}

go_sh
Автор

Thanks so you know it's it's possible to expose a intranet service securly via API gateway. Would I need a vpc that connects to the intranet and a vpc type gateway request?

DrJub
Автор

Hi, I am completely new to AWS and APIs ..does this course help beginner like me ? Does this cover things like design principles, CRUD operations etc ? Thanks in advance

giridharachar
Автор

Can an api gateway be between ALB and the web service? Are there any benefits of this architecture?

suganthiaravind
Автор

Thank you. One question: how to specify /users/{userId}?

avalagum
Автор

cant we connect RDS Mysql DB to the API gateway directly ?

rohanmanugade
Автор

next time when u do demos pls use dont use dark mode. cant see anything clearly

srinathvr
Автор

can we able to capture how much data transferred from particular client ?

NavabShariffShaik
Автор

hello, can I use it with theg.sheet api connector module?

chrisder
Автор

Can you show - How will add authentication and authorization to this ?

sameerparab
Автор

why did u creat mok api, you missed it

nimaakhavi
Автор

how to set custom header ?
example :

authorization : Bearer xxxx
x-token : xxx

priedsdev