fink.slack-integration plugin

Announce the status of your deployments on slack.

slack integration plugin functionality

Announce deployments on the slack channel for your squad:

fink.slack integration

In case a deployments fails you get a notification, too:

fink.slack integration

Setup

To setup the slack integration for your account you need two things:

  • a slack webhook
  • you need to add the slack webhook to SSM parameter store so the lookup:parameter:slack.webhook works

Configuration

slack.webhook is provided via parameter lookup:

    ...
    "plugins": {
        "fink.slack_integration": {
            "channel": "<my_teams_slack_channel>"
        },
        ...
    }

Note the slack.webhook configuration is provided via default configuration. You do not need to change that as long as you are happy with the default config:

    "slack_webhook": "lookup:parameter:slack.webhook:CONTINUE_IF_NOT_FOUND"