aws-samples / serverless-rust-demo

Sample serverless application written in Rust
MIT No Attribution
271 stars 22 forks source link

Use cargo-lambda to build binaries #46

Closed calavera closed 2 years ago

calavera commented 2 years ago

This Cargo subcommand abstracts away most of the boilerplate necessary to work with zigbuild and organize binaries.

You can see more information in the links below:

https://crates.io/crates/cargo-lambda https://github.com/calavera/cargo-lambda

Signed-off-by: David Calavera david.calavera@gmail.com

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

calavera commented 2 years ago

@nmoutschen updated