Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 452 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 452 Bytes

What this

AWS Slack notification on monthly cost using Slack web-hooks this bot will report total cost and cost by service

Install

  • clone this repo.
  • run npm(or yarn) install.

Deploy

export CHANNEL='#hoge'
export HOOKS_URL='https://hooks.slack.com/services/XXXX/YYYY/ZZZZ'
npx sls deploy

Reference