A Token Based Lambda Authorizer is called when a client request one of your API's method, API Gateway calls the lambda authorizer, which takes the caller's identity as input and returns an IAM policy as output.
While Calling the API we need to pass a header of authorizationToken
, if the value of authorizationToken
is allow
it grant access, API gateway executes the method.
-
Notifications
You must be signed in to change notification settings - Fork 0
RocktimRajkumar/SAM-CLI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repository create a API gateway features called Lambda Authorizer (Custom Authorizer) that uses a lambda function to control the access of the API Using SAM template
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published