Skip to content

rust-lambda/code-samples

Repository files navigation

Code samples for the book "Crafting Lambda Functions in Rust"

This repository contains the code samples for the book "Crafting Lambda Functions in Rust" by Luciano Mammino and James Eastham.

The cover of "Crafting Lambda Functions in Rust" by Luciano Mammino and James Eastham

You can get a copy of this book on rust-lambda.com.

Code organization

The various examples are organized in different folders, each one containing the code related to a specific chapter of the book.

Requirements

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

Do you need help?

You can join the official Discord server to chat about the book and the code examples.

Did you find a bug or want to suggest an improvement?

Please open an issue on this repository or submit a pull request.

About

Code samples alongside the Rust Lambda book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages