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 --releaseTODO
-
bytesBytes container used byreqwest::Response::bytes -
lambda_httpLibrary for AWS API Gateway proxy event focused AWS Lambda functionslambda_runtimeAWS Lambda runtime
-
lazy_staticRuntime initialized statics -
reqwestAsync HTTP Client -
tokioAsync runtime -
tracingCollect event-based diagnostics -
tracing-subscriberLog trace events to the console