Topic: slack

  • Notify Slack about GitHub Releases using AWS Lambda

    February 24th, 2018 501 Words

    Do you use GitHub to manage your software projects and Slack for communication? With GitHub Webhooks and a simple AWS Lambda function, you can notify Slack channels about new releases of your projects.

  • Host a Golang Slack bot as a worker on Heroku with hanu

    October 4th, 2016 703 Words

    After attending a talk at the GitHub Universe 2016 about Hubot, I felt the need to write a little Go library to speed up my process of creating bots for Slack. With hanu you can get started with the buzzword ChatOps in seconds. The final bot will be running on Heroku using a worker dyno, but of course this works fine on your local machine as well.