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.yaml
file that looks like this:
DISCORD_WEBHOOK_URL: <your webhook url>
- Run
sh ./deploy.sh
to deploy to Google Cloud Functions