NeutrinoCorp / quark

:zap: A Reliable and fully customizable event router for Event-Driven systems written in Go.
https://quark.neutrinocorp.org
MIT License
3 stars 1 forks source link

AWS Event Bridge integration #4

Closed maestre3d closed 3 years ago

maestre3d commented 3 years ago

Is your feature request related to a problem? Please describe. By this date, Quark plans to implement AWS SNS/SQS. Yet, Event Bridge is also a good and widely used serverless solution.

Describe the solution you'd like It would be nice to add an Event Bridge integration since Quark already plans to cover AWS ecosystem.

maestre3d commented 3 years ago

In order to do this, one must implement SNS and SQS individual consumers and producers since Event Bridge fans out to these services if desired.

Anyways, I think we must implement Kinesis first since its more used by the community than Event Bridge.