sls-go-slack
Demo application for this blog post on using the Serverless framework and Go to build Slack Commands.
Calls the public dog api to post a random dog image for a given breed.
Usage
git clone git@github.com:mangatadigital/sls-go-slack.git
cp .env.example .env
- fill in and correct any of the variables in .env
- replace WORKDIR in .env with /go/src/your-path/your-app
make build deploy