AWS Lambda

AWS Lambda is an Amazon product that you can find here: https://aws.amazon.com/lambda/.

There is official support for theĀ Rust programming language with theĀ lambda-runtime crate: https://github.com/awslabs/aws-lambda-rust-runtime. We will use this crate in this chapter to demonstrate the serverless approach.