Slack notification of CodeBuild by Cloudwatch Events
pip3 install --user aws-sam-cli
docker-compose up -d
aws --endpoint-url http://localhost:4583 ssm put-parameter --name /development/slack_api_token --value YOUR_API_TOKEN --type String
sam local invoke BuildNotifyFunction --event ./test/events/in_progress.json --docker-network `docker network ls | grep build-notify_default | awk '{print $1}'`