tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

Remove the requirement that all bridges need a transformation #17

Closed maccac closed 5 years ago

maccac commented 5 years ago

We originally put this rule in place to force us to do a particular transformation on all bridges. This made sense for our use case in Tyro, but does not make sense for the base rabbit-amazon-bridge. We think this would make more sense for users to handle via a unit or integration test of their bridge config.

We think we should remove this behaviour for now.