Skip to content

tonchidot/github2slack-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github2slack-lambda

The lambda function to send GitHub event message to Slack.

http://qiita.com/ooharabucyou/items/2a3dca643f6b7783d665 (Japanese)

  • This Lambda fucntion works with notification by AmazonSNS.
  • It can allow to mention Slack account via GitHub.
  • It can customize message format.

How to deoloy Lambda function

This repository has script for lambda function deployment. Read document for node-aws-lambda and make your configuration from lambda-config.js.sample.

After that, you can deploy by following command:

npm install
./node_modules/.bin/gulp deploy

LICENSE

This software is released under the MIT License, see LICENSE

About

The lambda function to send GitHub event message to Slack.

Resources

License

Stars

0 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%