AWS SNS central alert hub
Go to file
Stefan Reimer c324ab03bb
ZeroDownTime/sns-alert-hub/pipeline/head This commit looks good Details
Merge pull request 'chore(deps): update all non-major dependencies' (#19) from renovate/all-minor-patch into master
Reviewed-on: #19
2024-04-15 14:15:26 +00:00
.ci Merge latest ci-tools-lib 2023-08-17 09:51:15 +00:00
deploy Make tests work again, use new CI flow 2023-08-14 10:22:11 +00:00
tests Fix tests for RDS events, add error log for failed notifications 2023-08-15 10:28:36 +01:00
.flake8 Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +00:00
.gitignore Make tests work again, use new CI flow 2023-08-14 10:22:11 +00:00
Dockerfile Upgrade base OS to Alpine 3.19, minor ElastiCache fix 2024-04-05 13:27:05 +00:00
Jenkinsfile Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +00:00
Makefile Make tests work again, use new CI flow 2023-08-14 10:22:11 +00:00
README.md Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +00:00
app.py Upgrade base OS to Alpine 3.19, minor ElastiCache fix 2024-04-05 13:27:05 +00:00
dev-requirements.txt Make tests work again, use new CI flow 2023-08-14 10:22:11 +00:00
renovate.json Tesr PR grouping 2023-08-11 18:07:03 +00:00
requirements.txt chore(deps): update all non-major dependencies 2024-04-14 03:05:28 +00:00
run_tests.sh Make tests work again, use new CI flow 2023-08-14 10:22:11 +00:00

README.md

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.

Resources