Overview of AWS Lambda Rust Runtime crates
mainThe aws-lambda-rust-runtime repository provides several specialized crates for building AWS Lambda functions in Rust:
lambda-runtime: The core library providing the runtime for Rust applications.lambda-http: For writing HTTP-based Lambda functions (supports API Gateway, ALB, Lambda Function URLs, and VPC Lattice).lambda-extension: For writing Lambda Runtime Extensions.lambda-events: Provides strongly-typed Rust structs for various Lambda event types.lambda-runtime-api-client: A shared library used by both the runtime and extension libraries to communicate with the AWS Lambda Runtime API.