/awesome-serverless-rust

Creative Commons Zero v1.0 UniversalCC0-1.0

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.

🧑‍🏫 Workshops

💻 Samples