AWS Lambda function parsing and formatting SNS messages before sending them to eg. Slack, Matrix, etc
.ci | ||
tests | ||
.flake8 | ||
.gitignore | ||
app.py | ||
dev-requirements.txt | ||
Dockerfile | ||
Dockerfile.test | ||
Jenkinsfile | ||
Makefile | ||
README.md | ||
requirements.txt | ||
SNSAlertHub.yaml |
SNS Alert Hub
Abstract
AWS SNS/Lambda central alert hub taking SNS messages, parsing and formatting them before sending them to any messaging service, like Slack, Matrix, etc
Tests
All env variables are forwarded into the test container.
Simply set WEBHOOK_URL accordingly before running make test
.