Secure your API Gateway with Lambda Authorizer | Step by Step AWS Tutorial

preview_player
Показать описание
Using AWS API Gateway and Lambda based authorizers, we can secure our API Gateway REST endpoint. Learn how to do it in this step by step tutorial.

04:46 Creating an API Gateway Endpoint
07:04 Creating an AWS Lambda Function
09:10 Connecting API Gateway to Lambda
11:55 Creating a Lambda Authorizer for API Gateway
21:05 Testing our Authorizer
21:36 Connecting our Authorizer to our API Gateway Endpoint

🎉SUPPORT BE A BETTER DEV🎉

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#APIGateway
#Lambda
#AWS
Рекомендации по теме
Комментарии
Автор

What an amazing video. Clear and very well organized explanation . It worked like a charm for me. Thank you for your work!

chaitanyagupta
Автор

Greetings from São Paulo/Brazil my friend, congratulations for your incredible work.

Ricno
Автор

Awesome video. To the point and crystal clear. Thank you for making this video. Definitely going to recommend this channel to my peers!

vighneshpp
Автор

Can't wait to see another interessting video, great content as always.
Keep the good work !

souadsadki
Автор

I'm so grateful!

Without this crucial information about delay on 22:08 I was unable to attach my authorizer to a method.

markmishyn
Автор

Awesome! I appreciate this clear and easy demo.

rueliotube
Автор

Awesome video. To the point and crystal clear. Thank you for making this video.

NomadVlogs
Автор

Great video, it helped me understand the flow. Thanks a lot

ibraheemalsaady
Автор

Great, to the point video, exactly what I wanted. Thank you. Does anyone know if a request header can be updated in the custom authorizer before the sending the request to the service fronted by the API gateway?

vsingh-
Автор

The is exactly the foundation I needed to get started with gateway auth. Thank you thank you thank you thank you thank you.

Disproportionableness
Автор

Very helpful video. I had it done through cloudformation template and it worked. Keep up the good work.

vijayyadav
Автор

This was really easy to follow! Thank you!

MyLifeWithKai
Автор

2:37 I think they make you return a relatively complex policy document (as a opposed to a simple "Allow"/"Deny") so that you can Allow/Deny for an array of resource ARNs.

VishalRaoOnYouTube
Автор

Excellent video! Keep up the good work.

christopher
Автор

Oh YEAH! Gonna watch this tonight! Thanks man!

VishalRaoOnYouTube
Автор

We expect more videos from you.. like this thankyou

vijayvavilapalli
Автор

Were exactly is policy document configured? How is the policy response format is validated? Based on Policy response from authorize, how does API gateway interpret to have the intelligence to allow or deny a request? These clarity on these to get full understanding of nicely explained video.

pradeepmca
Автор

This is fantastic. Would love to see, how and where authorization token is generated. Do you have a video on that?

krishind
Автор

Oh My this video is a life saver
Thanks so much for this

coderite
Автор

thanks for the great tutorial, really helpful! one thing I still can't get, how can we pass actual tokens to this lambda authorizer (as in instead of"abc123" in this example)?

MS-ewru