go-aws-news

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

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

Yammer Setup

See Yammers’s REST API Docs for information on how to post a message.

  1. Create a yammer app
  2. Get a bearer token
  3. Get your group id to post under a specific topic in yammer.
  4. Enable the Yammer provider by setting providers.yammer.enabled to true.

Example Config

providers:
  yammer:
    enabled: true
    APIURL: https://www.yammer.com/api/v1/messages.json
    groupID: 123456
    token: somesecrettext
    messageType: update
    title: AWS News