Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
/ build-notify Public archive

Slack notification of CodeBuild by Cloudwatch Events

Notifications You must be signed in to change notification settings

atr0phy/build-notify

Repository files navigation

description

Slack notification of CodeBuild by Cloudwatch Events

how to install

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

About

Slack notification of CodeBuild by Cloudwatch Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published