Skip to content

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

Notifications You must be signed in to change notification settings

RocktimRajkumar/SAM-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Serverless Application Model (AWS SAM)

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.

SAM Workflow

"Sam Workflow"

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

No packages published

Languages