Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 623 Bytes

lets-golang-lambda

Introduction

Simple golang environment template for lambda with AWS SAM.

AWS SAMによるシンプルなlambda用golang環境テンプレート。

.
├── Makefile                    <-- Make to automate build
├── README.md                   <-- This instructions file
├── hello-world                 <-- Source code for a lambda function
│   ├── main.go                 <-- Lambda function code
│   └── main_test.go            <-- Unit tests
│   └── Dockerfile              <-- Dockerfile
└── template.yaml

Usage

TBD

Tips

TBD