Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 618 Bytes

Discord Alerting System

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

Architecture

How to install

  gsutil mb -p <PROJECT> -l <REGION> gs://alerting-service-bucket

  terraform init

  terraform apply -auto-approve \
    -var="discord_id=<DISCORD_ID>" \
    -var="discord_token=<DISCORD_TOKEN>"

Implementation Example