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.
YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
updated at Sept. 3, 2024, 7:41 a.m.