Skip to content

Authing/authing-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

authing-lambda

Using Authing in AWS Lambda.

Live Demo

Deploy lambda

Install serverless

$ npm install serverless -g

Test Lambda

  • cd serverless-authorizer
  • serverless deploy
  • Notice the displayed endpoint after deployment
  • curl --header "Authorization: allow" <endpoint> - Should work! Authorized!
  • curl --header "Authorization: deny" <endpoint> - Should not work
  • curl --header "Authorization: unauthorized" <endpoint> - Should not work
  • curl --header "Authorization: blabla" <endpoint> - Should not work
  • curl <endpoint> - Should not work

Run front-end

$ npm install
$ npm run serve

Build front-end

$ npm install
$ npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published