Creating Lambda functions in the Amazon SDK for Rust - Amazon SDK for Rust
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Creating Lambda functions in the Amazon SDK for Rust

For detailed documentation on developing Amazon Lambda functions with the Amazon SDK for Rust, see Building Lambda functions with Rust in the Amazon Lambda Developer Guide. That documentation guides you through using:

  • The Rust Lambda runtime client crate for core functionality, aws-lambda-rust-runtime.

  • The recommended command-line tool for deploying the Rust function binary to Lambda with Cargo Lambda.

In addition to the guided examples that are in the Amazon Lambda Developer Guide, there are also Lambda calculator example available in the Amazon SDK Code Examples Repository on GitHub.