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

DEMO - Amazon EventBridge Walkthrough

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

Contents


More Related Answers

  • What is Amazon EventBridge ?
  • Publish/Subscribe Pattern with Amazon EventBridge
  • Amazon EventBridge Walkthrough with AWS Management Console
  • Creating AWS EventBridge Eventbus Infrastructure

  • DEMO - Amazon EventBridge Walkthrough

    0

    An AWS Lambda function that produces events for bank ATM transactions.

    Three Lambda functions to use as targets of an EventBridge rule.

    and the rule that routes the created events to the correct downstream function based on an event pattern.

    This example uses AWS SAM templates to define the EventBridge rules. To learn more about using AWS SAM templates with EventBridge see Using Amazon EventBridge and AWS Serverless Application Model templates.

    In the repo, the atmProducer subdirectory contains handler.js, which represents the ATM service producing events. This code is a Lambda handler written in Node.js, and publishes events to EventBridge via the AWS SDK using this line of JavaScript code.

    https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-tutorial-get-started.html

    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.