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

sevco/go-lambda-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go AWS Lambda Builder Action

GitHub GitHub release (latest SemVer) GitHub Workflow Status Docker Cloud Build Status Docker Image Version (latest semver)

GitHub action for building Go based lambdas

- uses: sevco/go-lambda-action@v1.0.1
  with:
    files: "main.go other/helper.go"
    credentials: ${{ secrets.GIT_CREDENTIALS }}

Environment

Variable Description Required Default
GIT_REVISION Git commit sha false Output of git rev-parse --short HEAD
GIT_BRANCH Git branch false Output of git rev-parse --abbrev-ref HEAD

Inputs

Variable Description Required Default
files Source files to be built and packaged (space separated) true
directory Relative path under $GITHUB_WORKSPACE where source code is located false
credentials If provided git will be configured to use these credentials and https false

Outputs

If directory argument is specified outputs will be relative to that directory.

  • build/artifacts/lambda.$GIT_BRANCH.GIT_REVISION.zip
  • build/artifacts/lambda.$GIT_BRANCH.latest.zip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages