13 lines
417 B
Markdown
13 lines
417 B
Markdown
# 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
|
|
- https://gallery.ecr.aws/zero-downtime/sns-alert-hub
|
|
- https://github.com/caronc/apprise
|