awesome-serverless-rust icon indicating copy to clipboard operation
awesome-serverless-rust copied to clipboard

Serverless Rust

This is a curated list of resources for using Rust with serverless technologies.

📦 Crates

  • lambda_runtime - Official AWS Lambda Rust Runtime
  • lambda_http - Using AWS Lambda with Amazon API Gateway or Amazon Application Load Balancer
  • Rust SDK - Official AWS SDK for Rust
  • workers-rs - Write Cloudflare Workers in 100% Rust via WebAssembly
  • aws_lambda_events - This crate provides strongly-typed AWS Lambda event structs in Rust.
  • shuttle - Deploy Rust apps with a single Cargo command

🧑‍🏫 Workshops

💻 Samples