Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 547 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 547 Bytes

Sample arm64 Rust Lamda function

This is a simple Rust lambda function that uses the rust-musl-cross cross-compiling Docker containers provided by messense to build for arm64, which AWS Lambda now supports.

Usage

the package.sh script will build the application using the cross-compiler Docker container, then copy the binary into a zip file to be uploaded to the AWS Lambda console. Most things are using standard Cargo commands (like cargo build --release).