Writing a Lambda in Rust using aws-lambda-rust-runtime and aws-sdk-rust

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

  • This section just follows aws-lambda-rust-runtime README with small modifications because I wanted the hello-http exmaple and added the aws-sdk-rust dependency:

  • aws-sdk-rust

    AWS SDK for the Rust Programming Language

  • aws-sdk-rust is a new AWS SDK for Rust that is under development and only "alpha" released. I've used just the s3 client from it, so all I have to add is:

  • 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
  • ring

    Safe, fast, small crypto using Rust (by briansmith)

  • I think that because aws-sdk-rust/s3 uses the ring crate, and tried to cross compile things for musl (?) I got a complication error on mac:

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