Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belajarqywok/discord_alerting_system

Alerting System connected to Discord (via webhook) by implementing Event-Driven Architecture (EDA).
https://github.com/belajarqywok/discord_alerting_system

alerting-system cloud-functions cloud-monitoring event-driven pubsub stackdriver

Last synced: 27 days ago
JSON representation

Alerting System connected to Discord (via webhook) by implementing Event-Driven Architecture (EDA).

Awesome Lists containing this project

README

        

# Discord Alerting System
Alerting system connected to Discord (via webhook) by implementing Event-Driven Architecture (EDA).

## Architecture



## How to install
```
gsutil mb -p -l gs://alerting-service-bucket

terraform init

terraform apply -auto-approve \
-var="discord_id=" \
-var="discord_token="
```

## Implementation Example