Skip to content

[AWS CDK] 請求額を Slack | Discord | メールアドレスに通知

Notifications You must be signed in to change notification settings

from20020516/cdk-billing-alarm

Repository files navigation

cdk-billing-alarm

AWS 請求アラーム

$ npm run cdk deploy

{
    "email": "...",
    "webhookUrls": {
        "slack": "https://hooks.slack.com/services/...",
        "discord": "https://discordapp.com/api/webhooks/..."
    },
    "threshold": "50", // Alarm閾値(USD)
    "repeats": "3" // 繰り返し回数 例: `threshold`が50で`repeats`が3の場合、$50, $100, $150で発火する
}

About

[AWS CDK] 請求額を Slack | Discord | メールアドレスに通知

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •