cargo build --release
-
Add toolchain target
x86_64-unknown-linux-gnu
.rustup target add x86_64-unknown-linux-gnu
-
Build using the official Rust image.
docker run \ --rm \ --platform linux/amd64 \ --user "$(id -u):$(id -g)" \ --volume "${PWD}:/usr/src/relay" \ --workdir '/usr/src/relay' \ rust:latest \ cargo build --release --target x86_64-unknown-linux-gnu
cargo test --release
TODO
-
bytes
Bytes container used byreqwest::Response::bytes
-
lambda_http
Library for AWS API Gateway proxy event focused AWS Lambda functionslambda_runtime
AWS Lambda runtime
-
lazy_static
Runtime initialized statics -
reqwest
Async HTTP Client -
tokio
Async runtime -
tracing
Collect event-based diagnostics -
tracing-subscriber
Log trace events to the console