Skip to content

Google Cloud Function that sends a Slack Notification when the monthly billing quota is reached.

Notifications You must be signed in to change notification settings

ejangi/google-cloud-billing-alert

Repository files navigation

Google Cloud Function Slack Billing Alert

This Google Cloud Function is based on the example and sends a notification to a Slack channel using incoming webhooks.

Deploy

To deploy, run:

gcloud functions deploy billingAlert --gen2 --trigger-topic monthly-budget --runtime nodejs20 --set-env-vars "SLACK_WEBHOOK_URL=https://hooks.slack.com/…"

About

Google Cloud Function that sends a Slack Notification when the monthly billing quota is reached.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published