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

Fan-Out Publish/Subscribe Messaging Pattern

Anjali Sharma answered on February 2, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • Publish/Subscribe Messaging
  • Design: Microservices Architecture with Fan-Out Publish/Subscribe Messaging Pattern
  • Fan-Out & Message Filtering with Publish/Subscribe Pattern
  • Publish/Subscribe Messaging Pattern-2

  • Fan-Out Publish/Subscribe Messaging Pattern

    0

    This microservices is use AWS Lambda function for computing.

    This Order Acknowledgment Microservice does 4 thing;

    1- first it verifies the request and generates the order Id

    2- insert item order data into dynamodb table

    3- Lambda sends a confirmation message back to api gateway with order Id

    And lastly, this microservices publish a message to Amazon SNS which will be send downstream to different microservices. This message will be pub/sub messaging using SNS and this Order Acknowledgment Microservice will be the publisher of message.

    https://medium.com/aws-lambda-serverless-developer-guide-with-hands/publish-subscribe-fan-out-pattern-in-serverless-architectures-using-sns-sqs-and-lambda-bccaa3abac9e

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 02 2023
    Anjali Sharma
    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.