Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rrealmdev/terraform-aws-auth0-authorizer

 
 

Repository files navigation

AWS Auth0 Authorizer

terraform build

Authorizer Lambda for API Gateway custom authorizers.

Quickstart

module authorizer {
  source                  = "amancevice/auth0-authorizer/aws"
  authorizer_audience     = "https://<your-api-audience>/"
  authorizer_jwks_uri     = "https://<your-tenant>.auth0.com/.well-known/jwks.json"
  authorizer_token_issuer = "https://<your-tenant>.auth0.com/"
}

See the example for a more detailed implementation.

Resources

  • CloudWatch log group for Lambda logs
  • IAM Role with inline & attached Policies for Lambda
  • Lambda function for validating Auth0 Bearer token

About

Authorizer Lambda for API Gateway custom authorizers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HCL 85.3%
  • Makefile 8.4%
  • JavaScript 3.4%
  • Dockerfile 2.9%