- Docker 1.13.0+
- Docker-Compose
cp .env.example .env
vim .env # edit environment variables
make up
Build from src/main.go
.
make
Invoke the event sam/events/event.json
.
make invoke
If the source code is modified, built implicitly before executing.
Format source codes under the direcotry src
.
make go/fmt
make go/lint
make go/test
make down