Recommendations to others considering Amazon EventBridge:
Though event bridge brings up complexity to your project, adding event bridge may help in creating a reliable product on a long time. Spend some time reading about the best practices while implementing, and I am sure the product will be rock solid. Review collected by and hosted on G2.com.
What problems is Amazon EventBridge solving and how is that benefiting you?
We are using microservices with docker on a serverless environment with CQRS with Dynamo and MySQL DB.
We using event bridge to passdown event from multiple services to perform actions between internal systems and it really helps us with seperation of concerns and helps in removing duplicaiton of code.
It has really helped us with CQRS - Command–query separation when we are seperating the read actions to a NoSQL DB, formatting them and updating into MySQL DB, this way the data is stored in the write DB without much actions and the data is moved to the formatted DB without much time lag. Review collected by and hosted on G2.com.