Sign inSign up

aig787/rust-lambda-builder

By aig787

•Updated over 5 years ago

Image
0

696

aig787/rust-lambda-builder repository overview

⁠Rust Lambda Builder

GitHub GitHub release (latest SemVer) GitHub Workflow Status Docker Cloud Build Status

GitHub action for building statically linked Rust binaries (x86_64-unknown-linux-musl) packaged for AWS Lambda⁠. Based on emk/rust-musl-builder⁠.

- uses: aig787/[email protected]
  with:
    args: build --release --all-features
    credentials: ${{ secrets.GIT_CREDENTIALS }}
⁠Inputs
VariableDescriptionRequiredDefault
credentialsIf provided git will be configured to use these credentials and httpsfalse
directoryRelative path under $GITHUB_WORKSPACE where Cargo project is locatedfalse
⁠Output

$directory/target/lambda/$project.zip

Tag summary

Content type

Image

Digest

Size

367.1 MB

Last updated

over 5 years ago

docker pull aig787/rust-lambda-builder