seyren
seyren copied to clipboard
Send alerts to AWS SNS
It would be really useful for alerts to be able to publish SNS notifications. Then, AWS Lambda can react to those notifications and perform
- remedial actions
- notification duties
👍
Or what about just executing an AWS Lambda directly?
+2 either way! :-)
-1 for directly invoking lambda. SNS gives greater flexibility via valuable layer of indirection and the fan out semantics.
@petemounce @timerickson @aughban opened a PR https://github.com/scobal/seyren/pull/418