vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
886 stars 252 forks source link

AWS SNS sink #99

Open Vlaaaaaaad opened 4 years ago

Vlaaaaaaad commented 4 years ago

A SNS sink would be awesome! While S3 -> SNS is an option, I'd prefer direct SNS as not to deal with missing S3 events and S3 file cleanup.

Is there a reason why a PR adding an SNS sink would be rejected? Any concerns regarding SNS?

I kind of want to write it myself so I am creating an issue first 😄 I hope I'll have this done by the end of January at the latest.

Vlaaaaaaad commented 4 years ago

Looks like opsgenie/kubernetes-event-exporter already supports SNS so I might not actually work on this and use that instead.

This happens when I don't do enough research 🤦‍♂