Skip to content

lisushka/secure-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securing AWS API Gateway with Lambda authorisers

API Gateway is AWS' offering for managing APIs. The vast majority of APIs are public; however, sometimes you may want to set up internal APIs that are only accessible by employees or clients. Today, we're going to use a Lambda function to manage authentication and authorisation for an API gateway, which will allow us to set up a secure API suitable for internal use.

At the end of the workshop, we'll have an API Gateway backed by a Lambda authoriser, which uses a Cognito user pool to verify users' identity as part of queries to the API.

About

Secure AWS API Gateway with Lambda authorisers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published