Creating a simple Slackbot in AWS Lambda
Paul Johnston
61
Anyone successfully set up a hubot inside lambda…? Specifically slack, and I realise that would require the http events API rather than the web socket based RTM API, but with a suitable adapter there should be no blocker since hubot is inherently event based…?