Skip to content

Serverless Framework project - AWS Lamdba for using as an authenticator

Notifications You must be signed in to change notification settings

mavi888/authentication_example_authorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentication_example_authorizer

Serverless Framework project - AWS Lamdba for using as an authenticator

This project is part of a blog post about creating an Authorizer for API Gateway. Check the whole blog post from here: https://foobar123.com/serverless-authorization-25a556e883d6

The authorizer is missing a config.js file where you should add something like this:

var env = {};
env.AUTH0_SECRET=<auth0 secret>;
env.DOMAIN = <auth0 domain>;
module.exports = env;´´´

About

Serverless Framework project - AWS Lamdba for using as an authenticator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published