Crate aws_build_lib

Source
Expand description

Build a Rust project in a container for deployment to either Amazon Linux 2 or AWS Lambda.

Re-exports§

pub use docker_command;

Structs§

Builder
Options for running the build.
BuilderOutput
Output returned from Builder::run on success.

Enums§

BuildMode
Whether to build for Amazon Linux 2 or AWS Lambda.
Relabel
Relabel files before bind-mounting.

Statics§

DEFAULT_RUST_VERSION
Default rust version to install.