Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 672 Bytes

gb plugin for lambdas

Uses eawsy/aws-lambda-go-shim

Building

Requirements: make, Docker, rice, golang, and gb

Steps:

  • go get github.com/constabulary/gb/...

  • go get github.com/GeertJohan/go.rice/rice

  • clone, checkout, cd

  • gb vendor restore

  • make clean all

  • install -m 755 bin/gb-lambdas ~/bin # or somewhere in your path

Using

See gb-lambdas-sample

Troubleshooting:

Run gb-lambdas with GB_LAMBDAS_LOGLEVEL set to debug:

$ GB_LAMBDAS_LOGLEVEL="debug" gb lambdas