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/ec07c3e91239213585660501b8505c18 to your computer and use it in GitHub Desktop.
Save justinyoo/ec07c3e91239213585660501b8505c18 to your computer and use it in GitHub Desktop.
Integrating Slack with AWS Lambda & Azure Functions
// Sets the request body
var data = {
"text": "New push has come up by " + event.head_commit.author.name + " with commit Id of " + event.head_commit.id
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment