Testing with https://github.com/lambci/docker-lambda
- Clone the repository
cdinto it
docker run -v "$PWD":/var/task lambci/lambda index.handler '{"repository": "github.com/chreble/todo"}'docker run -v "$PWD":/var/task lambci/lambda index.handler '{"repository": "github.com/chreble/todo", "reference": "$BRANCH"}'Build the zipfile
make or make build
Compile exago-runner (must be in the $GOPATH) and replace the existing binary
make compile