- Docker
- AWS account (use to DynamoDB, Lambda and Systems Manager)
- Slack account
$ cp .env.example .env # Please edit the value.
$ docker compose up
Use lambroll.
$ cp deploy/function.json.example deploy/function.json # Please edit the value.
$ GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build -tags lambda.norpc -o deploy/bootstrap ./src/main.go
$ cd deploy
$ lambroll deploy