lambda-go-template

Purpose

Barebones Lambda Go template for interacting with APIGatewayProxy requests.

GoDoc GoCard Build

Usage

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.

Further Information

github.com/cameronnewman/
  cmd/
    lambda-go-template/
      main.go
  internal/function/
    function.go <- Your function lives here