This repository is an example of AWS Lambda function empowered by Rust language.
Clone this repository.
git clone https://github.com/yoshihitoh/rust-lambda-example
cargo build
docker container run --rm \
-v $PWD:/code \
-v $HOME/.cargo/registry:/root/.cargo/registry \
-v $HOME/.cargo/git:/root/.cargo/git \
softprops/lambda-rust