Barebones Lambda Go template for interacting with APIGatewayProxy requests.
make
make will build, test and create a zip file that can be uploaded directly to AWS Lambda. All built docker image.
make test
will run all tests in the repo.
github.com/cameronnewman/
cmd/
lambda-go-template/
main.go
internal/function/
function.go <- Your function lives here