Rust on AWS Lambda?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • aws-lambda-rust-runtime

    A Rust runtime for AWS Lambda

  • Check out the official AWS Lambda Rust project https://github.com/awslabs/aws-lambda-rust-runtime. It has a bunch of examples and we’ll designed. I got up and running knowing minimal Rust very quickly.

  • axum-aws-lambda

    Seamlessly use Axum on AWS Lambda

  • If you are developing a HTTP web app i recommend Axum and https://crates.io/crates/axum-aws-lambda. It lets you run your app as a standard web app anywhere (good for local dev/testing) and also run using the aws-lambda-rust runtime with no code changes. The other advantage is you get a bunch of middleware available for free like CORS, compression etc.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts