go-aws-news

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

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

Discord Setup

See Discord’s Intro to Webhooks for information on how to create a webhook.

  1. Name the webhook “AWS News”, or something similar to distinguish the service using it.
  2. Copy the webhook URL and paste it in to the config.yaml under providers.discord.webhookURL. The webhook format will look similar to this:

     "https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
    
  3. Enable the Discord provider by setting providers.discord.enabled to true.

Example Config

providers:
  discord:
    enabled: true
    webhookURL: "https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
    avatarURL: "https://i.imgur.com/HZfKC5p.png"

Example post:

Discord post example