Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/belajarqywok/discord_alerting_system
- Owner: belajarqywok
- Created: 2023-11-27T17:24:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T16:50:33.000Z (about 1 year ago)
- Last Synced: 2023-11-29T17:49:31.093Z (about 1 year ago)
- Topics: alerting-system, cloud-functions, cloud-monitoring, event-driven, pubsub, stackdriver
- Language: HCL
- Homepage:
- Size: 25.3 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-bucketterraform init
terraform apply -auto-approve \
-var="discord_id=" \
-var="discord_token="
```## Implementation Example