Use Cases for EventBridge

Dashbird continuously monitors and analyses your serverless applications to ensure reliability, cost and performance optimisation and alignment with the Well Architected Framework.

Product Features Start Free Trial

Decoupling microservices

As mentioned in the Main Benefits and Characteristics page, EventBridge is commonly a very good service for implementing asynchronous messaging across a system in order to decouple independent services.

Instead of having one service calling another directly, EventBridge can be used to receive event messages and handle routing to the appropriate services. To learn more, check the page about serverless functions composition strategies.

Tracking and responding to status changes

Processes that may go through multiple status changes during its lifecycle in systems that need to respond to changes can benefit from EventBridge.

A logistics service may need to trigger different actions depending on what is the status of a package. When it leaves the distribution center and starts heading to the final destination, the system may need to send an alert through e-mail or SMS to the recipient, for example.

An e-commerce backend system may need to handle confirmation messages to the buyer once payment is confirmed, or the package is shipped, or it might need to respond to status changes from the logistics department to keep the inventory, financials, and customer service departments in sync.

Different departments within a company or actions might need to be triggered depending on the status of a customer support ticket, for instance.

In all these cases, EventBridge can be used as a central location to receive all status changes (events) and route to the services that need to be aware of those changes in order to appropriately respond to them.

Connecting different services

Related to the above examples (Tracking and responding to status changes), companies that have to deal with multiple systems and keep them in sync can also benefit from EventBridge. All changes from one system can be pushed to the event bus and later processes by the adjacent systems that rely on the information.

The disadvantage here is that the synchronization process will be eventually consistent, as updates on one side won’t reflect immediately on the other systems.

Workflow automation

Since EventBridge connects to external third-party services, such as SugarCRM1, it’s possible to create workflow automation processes connected to customer service and sales activities. The system may trigger the financial department to issue an invoice, for example, whenever a sale is closed.

Flexibility

EventBridge is very flexible and its vast integration set makes it even easier to adapt the service to a wide variety of use cases. The examples above are meant to serve as an introduction and for illustration purposes, not to exhaust all possibilities, which wouldn’t be feasible in this article.

Footnotes


  1. SugarCRM is a popular open-source, cloud-based customer relationship manager. ↩︎

No results found