AWS Lambda function parsing and formatting SNS messages before sending them to eg. Slack, Matrix, etc
Stefan Reimer
0a10a50365
All checks were successful
ZeroDownTime/sns-alert-hub/pipeline/head This commit looks good
|
||
---|---|---|
.ci | ||
deploy | ||
tests | ||
.flake8 | ||
.gitignore | ||
app.py | ||
dev-requirements.txt | ||
Dockerfile | ||
Jenkinsfile | ||
Makefile | ||
README.md | ||
renovate.json | ||
requirements.txt | ||
run_tests.sh |
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
.