LambdAuth
Auth Service
An AWS Lambda-based authentication service with Amazon DynamoDB and Cognito integration
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.
1k stars
84 watching
234 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
awsaws-dynamodbaws-lambdaserverless
Related projects:
Repository | Description | Stars |
---|---|---|
danilop/aws_lambda_in_action | A companion source code distribution to the AWS Lambda in Action book, providing live demos and example functions for various AWS services | 287 |
yubicolabs/webauthnkit | An authentication and authorization solution built on top of Amazon Cognito User Pools and AWS Lambda functions | 47 |
bustle/shep | Automates deployment of serverless APIs and Lambda functions to AWS API Gateway and Lambda | 378 |
abailly/aws-lambda-haskell | Enables Haskell code to run on AWS Lambda without requiring manual intervention or setup | 135 |
anjishnu/ask-alexa-pykit | Develops skills for Amazon Echo's ASK using AWS Lambda and Python Lambda Functions. | 275 |
tmaiaroto/aegis | A tool and framework to build and deploy serverless microservices on AWS Lambda | 284 |
mantil-io/example-signup | A simple sign-up workflow using AWS Lambda and DynamoDB | 0 |
fogfish/dynamo | A library providing a key-value abstraction for storing data in AWS DynamoDB and S3 with type-safe Golang structs | 19 |
aws-samples/amazon-cognito-developer-authentication-sample | Demonstrates developer-authenticated functionality of Amazon Cognito | 99 |
capless/warrant | A Python library for working with AWS Cognito user pools and supporting SRP authentication. | 471 |
mentum/lambdaws | Automates deployment and execution of JavaScript functions on Amazon AWS Lambda | 1,272 |
jakejscott/aws-cdk-phone-verify-api | An API service built on AWS Lambda and DynamoDB to verify phone numbers by sending SMS codes and checking user responses | 7 |
paragasu/lua-resty-aws-auth | A Lua module to calculate AWS signature v4 authorization headers for HTTP requests. | 27 |
ferf/aws-dynamodb-actionscript | A library providing an interface to Amazon's DynamoDB NoSQL database service | 1 |
ericlau1/go-fiber-auth-api | An authentication API using Go and MongoDB with JWT authorization | 53 |