Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/313cb024a24d7523bda8f37d2ed2579e to your computer and use it in GitHub Desktop.
Save justinyoo/313cb024a24d7523bda8f37d2ed2579e to your computer and use it in GitHub Desktop.
Integrating Slack with AWS Lambda & Azure Functions
var data = {
"text": "New push has come up by " + req.body.head_commit.author.name + " with commit Id of " + req.body.head_commit.id
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment