make local
make dev
- AWS CLI configured with Administrator permission
- AWS SAM CLI
- Docker installed
- Golang
- Reflex
# GOPATH
export GOPATH="${HOME}/go"
export PATH="$GOPATH/bin:$PATH"
export GO111MODULE=on
You need a config.json
file. You can copy the config.example.json
file (cp config.example.json config.json
) and add environment variables as we need more in the app.
- Docker desktop for running Docker daemon