Rust on AWS Lambda?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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