Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

sevco/rust-lambda-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Lambda Builder

GitHub GitHub release (latest SemVer) GitHub Workflow 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: sevco/rust-lambda-action@1.59.0
  with:
    git_credentials: ${{ secrets.GIT_CREDENTIALS }}

Inputs

Variable Description Required Default
git_credentials If provided git will be configured to use these credentials and https false
directory Relative path under $GITHUB_WORKSPACE where Cargo project is located false

Output

$directory/target/lambda/$project.zip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages