Skip to content

ballpointcarrot/lambda-rust-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

An AWS Lambda function built to cross compile to arm64 for use with the new Lambda platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published