API Gateway Lambda Request Custom Authorizer | Serverless Security

preview_player
Показать описание
In this video, I show you how to set up a lambda request custom authorizer for your API Gateway using AWS SAM.

★★ README / OPEN ME ★★

☆☆ ABOUT THIS VIDEO ☆☆
This is another video in this series of API Gateway security mechanisms.

In this video, I will show you how to set up a lambda request custom authorizer for API Gateway using AWS SAM. All as infrastructure as code.

☆☆ FOLLOW ME ONLINE ☆☆

📷Instagram: foobar_codes

☆☆ ABOUT FOOBAR ☆☆
In this channel, you can find mostly coding tutorials related to cloud and serverless.
In addition, I like also talking about architecture, software design, motivation, and leadership.
There is a new video every Tuesday, so stay tuned :)
.....
Рекомендации по теме
Комментарии
Автор

really fantastic and straight forward.

udaykumar-cxlu
Автор

Can you also make a tutorial on how to make unauthorised call to lambda which requires cognito Authorization

md.amaanuddinparvez
Автор

where would i access this form (2:33 in the video) in my aws account? I am not that good at this but i need to write an authorizer.

AmirBahal
Автор

Do the usual pricing for lambda apply to the lambda authorizer? Or is it ruled by a different pricing schema?

cristianpallares
Автор

I'm putting my JWT in the cookie. So I'm using headers.cookie, but it still doesn't work.
I have arrived here, and you say that we have to define a header and a query string. Do we really have to define both? or is it only in your example?
I don't think it makes sense that we are forced to use both.

MiladCale
Автор

@FooBar Serverless
can we configure HTTP endpoint in the API gateway custom authorizer which is not the Lambda, suppose I have one microservice which is on EC2 and I have exposed one endpoint which is basically used for authentication and authorization ("/auth") so How I can configure this in the API Gateway to use this custom HTTP endpoint in Authorizer. Is it possible or not?

yashaswisharma
Автор

please make vidoe that how to insert csv data to dynamodb in serverless framework using lambad in nodejs

CodeXpert-pg
Автор

how to get a custom response like [Accepted] for authorized calls

vinaykev