Skip to content
/ lets-golang-lambda Public template

Simple golang environment template for lambda with AWS SAM.

Notifications You must be signed in to change notification settings

remainez/lets-golang-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple golang environment template for lambda with AWS SAM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published