Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 718 Bytes

aws-glossary-slack-bot

Send a message to your slack channel daily of one service definition from AWS

slack bot

Requirement

You will need to get the authentication token from slack first, and then start your cron server with SLACK_TOKEN=YOU_SLACK_TOKEN node index.js. If you use a server like Heroku, pass the env through Heroku env settings page.

Development

To generate services.json, run node services.js

$ npm install
$ npm start

To start the cron job

$ npm start

License

MIT