Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Use EventBridge as a Event Bus for Decoupling basket and ordering microservices.

Pragya Keshap answered on February 13, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • AWS EventBridge for Decouple Microservices with Event-Driven Architecture.
  • Checkout basket use case is starting async communication between basket and ordering microservices with decoupling aws event bridge.

  • Use EventBridge as a Event Bus for Decoupling basket and ordering microservices.

    0

    Amazon EventBridge has 4 Core Concepts which's are

    Event Sources

    Event Buses

    Rules

    Targets

    The basis of EventBridge is to create rules that route events to a target.

    So lets learn our core concepts of Amazon EventBridge Events — Event Buses — Rules — Targets.

    Event Sources

    An event indicates a change in an environment such as an AWS environment, a SaaS partner service or application, or one of your applications or services. Event Sources publish events to the Event Buses.

    Events are represented as JSON objects and they all have a similar structure, and the same top-level fields. The following event in Amazon EventBridge indicates an Amazon EC2 instance being terminated.

    https://medium.com/aws-lambda-serverless-developer-guide-with-hands/amazon-eventbridge-decouple-services-with-event-driven-architecture-9643b2f5290f

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 13 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.