Express application for Google Cloud Functions that converts incoming Google Cloud Monitoring webhooks into Discord suitable webhooks and sends them to a channel.
- Create a
env.yamlfile that looks like this:
DISCORD_WEBHOOK_URL: <your webhook url>- Run
sh ./deploy.shto deploy to Google Cloud Functions