Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 627 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 627 Bytes

Time aggregation notifier

Build Status

Requirements

  • Docker
  • AWS account (use to DynamoDB, Lambda and Systems Manager)
  • Slack account

Setup & Run

$ cp .env.example .env # Please edit the value.
$ docker compose up

Deploy

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