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

Creating AWS EventBridge Eventbus Infrastructure with AWS CDK - Checkout Basket Async Flow

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

Contents


More Related Answers

  • What is Amazon EventBridge ?
  • cdk lambda eventbridge trigger
  • Using AWS Lambda with Amazon EventBridge (CloudWatch Events)
  • AWS CDK - Hands-on IaC Development
  • Amazon EventBridge Walkthrough with AWS Management Console
  • Creating AWS EventBridge Eventbus Infrastructure
  • Developing Checkout Basket for Send Event to AWS EventBridge
  • 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
  • Testing Basket Microservices CheckoutBasket EventBridge Async Flow

  • Creating AWS EventBridge Eventbus Infrastructure with AWS CDK - Checkout Basket Async Flow

    0

    Create Lambda function — Order, Basket, Notification. Give permission according to interactions.

    Add Required Permission — Attach Policy — AmazonEventBridgeFullAccess

    Basket microservices

    EventBridge:PutEvents

    Order microservices

    SQS:Poll

    DynamoDB:Put

    Create API Gateway — BasketAPI — POST

    Create DynamoDB tables — Order table

    Create SQS queues — order-queue

    Create Event Source Mapping Polling Invocation — SQS and Lambdas

    Create Amazon EventBridge Customer Event Bus — BasketCheckoutEventBus

    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.