This source code distribution is a companion to the AWS Lambda in Action book available from Manning Publications.
updated at Aug. 31, 2024, 7:03 p.m.
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.
updated at Sept. 2, 2024, 7:15 p.m.