AWS Lambda with Rust
AWS Lambda has supported custom runtimes using Docker images for a long time now. Any language that can run in Docker, can run in AWS Lambda. Therefore, we can write AWS Lambda functions in Rust - a fun, and fast, language.
This quick guide gets you deploying a Rust Lambda using the AWS CLI.
17 May 2023