Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 976 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 976 Bytes

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