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

Developing Checkout Basket for Send Event to AWS EventBridge

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

Contents


More Related Answers

  • What is Amazon EventBridge ?
  • Amazon EventBridge Walkthrough with AWS Management Console
  • Creating AWS EventBridge Eventbus Infrastructure
  • Creating AWS EventBridge Eventbus Infrastructure with AWS CDK - Checkout Basket Async Flow
  • Developing Checkout Basket for Send Event to AWS EventBridge From Basket Microservice with AWS SDK
  • Developing Ordering Microservice Consume CheckoutBasket Event from AWS EventBridge Async Invocation with AWS SDK

  • Developing Checkout Basket for Send Event to AWS EventBridge

    0

    , we should analysis and design our custom event bus. Basically EventBridge has 3 main core concepts that we need to create;

    Custom event bus — CheckoutBasketEventBus

    Event Rule with event pattern — we will create CheckoutBasketRule

    Targets — we will create SQS order queue and notification ms target for our custom event bus

    With this plan, Basket microservice invoke from API gateway with post request, Basket microservice publish checkout basket event to the custom event bus CheckoutBasketEventBus process Event Rule with Event Patterns and publish event to the Target systems.

    Create Rule for Custom Event Bus

    Event pattern:

    https://medium.com/aws-lambda-serverless-developer-guide-with-hands/event-driven-microservice-architecture-using-amazon-eventbridge-sqs-and-lambda-16eb83266b9d

    Popularity 1/10 Helpfulness 1/10 Language typescript
    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.