💻
Highlights
- Pro
Pinned Loading
-
-
Disables billing for the current Goo...
Disables billing for the current Google Cloud project if the reported costs reach 90% of the project's budget (triggered by a Pub/Sub topic that listens to Billing notifs) 1const { google } = require('googleapis');
23exports.disableBillingAccount = async (event, context) => {
4const pubsubMessage = event.data
5? Buffer.from(event.data, 'base64').toString()
-
synkronus
synkronus Public[WIP] Unified CLI tool written in Golang that allows you to interface with multiple cloud providers to streamline resource management
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.