danilop / LambdAuth

A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
MIT License
1.37k stars 234 forks source link

Updated Readme for step by step setup instructions #61

Open jeetendra-choudhary opened 7 years ago

ValkyrieUK commented 7 years ago

Probably worth linking to https://stedolan.github.io/jq/download/ so users not using OSX know how to download and install JQ

danilop commented 7 years ago

For the AWS CLI I usually prefer "pip install", but his works. Everybody ok with this steps?