go-aws-news

Go app + library to fetch what's new from AWS

View the Project on GitHub circa10a/go-aws-news

Slack Setup

  1. In Slack, click “Add more apps” on the left sidebar.
  2. In the search field, type “webhook”.
  3. Select Incoming WebHooks.
  4. Click Add to Slack.
  5. Select the channel to post to.
  6. Click Add Incoming WebHooks integration.
  7. Copy the generated webhook URL and paste it in to the config.yaml under providers.slack.webhookURL. The webhook format will look similar to this:

Example Config

providers:
  slack:
    enabled: true
    iconURL: "https://cdn.iconscout.com/icon/free/png-256/aws-1869025-1583149.png"
    webhookURL: "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"

Example post:

Slack post example