Skip to content

jgautheron/exago-lambda-project-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-To's

  1. Clone the repository
  2. cd into it

Basic usage

docker run -v "$PWD":/var/task lambci/lambda index.handler '{"repository": "github.com/chreble/todo"}'

Passing a reference

docker run -v "$PWD":/var/task lambci/lambda index.handler '{"repository": "github.com/chreble/todo", "reference": "$BRANCH"}'

Makefile

Build the zipfile

make or make build

Compile exago-runner (must be in the $GOPATH) and replace the existing binary

make compile

About

Run Go linters in Amazon Lambda

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published