AWS Lambda Rust docker builder 🐑 🦀 🐳 
This project is the fork of the original lambda rust project.
This docker image extends lambda ci provided.al2 builder docker image, a faithful reproduction of the actual AWS "provided.al2" Lambda runtime environment,
and installs rustup and the stable rust toolchain.
This provides a build environment, consistent with your target execution environment for predictable results.
Tags for this docker image follow the naming convention abdelino/lambda-rust:{version}-rust-{rust-stable-version}
where {rust-stable-version} is a stable version of rust.
You can find a list of available docker tags here
💡 If you don't find the version you're looking for, please open a new github issue to publish one
You can also depend directly on abdelino/lambda-rust:latest for the most recently published version.
The main motivation for this project is to build lambda functions in rust with the Serverless Framework with the most recent version of rust.
@Abdel FARE 2022