Skip to content

civicteam/lambda-auth-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Auth Tester

A sandbox project to try out lambda authorisation strategies

Includes:

  • hashing and salting
  • IAM policies with generic ARNs

To test:

yarn
yarn deploy
curl -i -u 'dan:hello' https://0owua1w2db.execute-api.us-east-1.amazonaws.com/dev/hello
curl -i -X POST -u 'dan:hello' https://0owua1w2db.execute-api.us-east-1.amazonaws.com/dev/example

About

A sandbox project to try out lambda authorisation strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors