Node.js 14 以降向けの AWS 当月利用料金 Slack 通知スクリプト
- Serverless Getting Started Guide を参考に, Serverless Framework をグローバルインストール
npm i
を実行
絵文字は会社で使っているやつに合わせているので,各自 src/config.ts の修正は必須です。
npm run build
# 単一アカウント
SLACK_WEBHOOK_URL='https://...' npm run deploy
# 複数アカウント
SLACK_WEBHOOK_URL='https://...' AWS_PROFILE=xxxxx ACCOUNT_NAME=アカウントX npm run deploy
SLACK_WEBHOOK_URL='https://...' AWS_PROFILE=yyyyy ACCOUNT_NAME=アカウントY npm run deploy