- backlog_to_slack
- We will notify you at 9 am from Monday to Friday by slack of tickets created on the previous business day .
- AWS CLI already configured with Administrator permission
- Docker installed
- SAM CLI - Install the SAM CLI
You may need the following for local testing.
set Environment Variable in template.yaml
Environment:
Variables:
...
SlackChannelName:
...Invoking function locally
sam build
sam local invoke BacklogToSlackFunctionTo deploy your application for the first time, run the following in your shell:
sam deploy --guidedWe use testing package that is built-in in Golang and you can simply run the following command to run our tests locally:
go test -v ./backlog_to_slack/