This repository contains the code samples for the book "Crafting Lambda Functions in Rust" by Luciano Mammino and James Eastham.
You can get a copy of this book on rust-lambda.com.
The various examples are organized in different folders, each one containing the code related to a specific chapter of the book.
To run the examples in this repository you will need to have:
- Rust installed on your machine (you can get it from rustup.rs)
- An AWS account
- The AWS CLI installed and configured with your AWS credentials
cargo-lambda
- Docker installed on your machine
- The SAM CLI installed on your machine
You can join the official Discord server to chat about the book and the code examples.
Please open an issue on this repository or submit a pull request.