devalias.net icon indicating copy to clipboard operation
devalias.net copied to clipboard

[DeepDive] AWS EventBridge

Open 0xdevalias opened this issue 5 years ago • 0 comments

AWS EventBridge

  • https://aws.amazon.com/eventbridge/
    • Serverless event bus that connects application data from your own apps, SaaS, and AWS services

    • https://aws.amazon.com/eventbridge/pricing/
      • AWS service events | Free

      • Custom events | $1.00/million custom events published

      • Third-party (SaaS) events | $1.00/million events published

      • Cross-account events | $1.00/million cross-account events sent

      • Each 64 KB chunk of a payload is billed as 1 event (for example, an event with a 256 KB payload is billed as 4 events).

    • https://aws.amazon.com/eventbridge/resources/
    • https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-getting-set-up.html
      • https://docs.aws.amazon.com/eventbridge/latest/userguide/create-event-bus.html
    • https://aws.amazon.com/about-aws/whats-new/2019/07/introducing-amazon-eventbridge/
    • https://aws.amazon.com/blogs/aws/amazon-eventbridge-event-driven-aws-integration-for-your-saas-applications/

AWS CDK

  • https://docs.aws.amazon.com/cdk/api/latest/docs/aws-events-readme.html
    • https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-events.EventBus.html
    • https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-events.Rule.html
  • https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-destinations-readme.html
    • https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda-destinations.EventBridgeDestination.html
  • https://docs.aws.amazon.com/cdk/api/latest/docs/aws-eventschemas-readme.html
  • https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cloudwatch-readme.html
  • https://docs.aws.amazon.com/cdk/api/latest/docs/aws-sns-readme.html

Examples

  • https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/appsync-graphql-eventbridg

Blogs, etc

  • https://serverless.pub/webhooks-with-evenbridge/
    • https://github.com/vacationtracker/generic-webhook-to-eventbridge
    • https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:721177882564:applications~generic-webhook-to-eventbridge
  • https://rangle.io/blog/connecting-stripe-events-to-the-aws-eventbridge/
    • https://github.com/rangle/stripe-eventbridge

See Also

  • [DeepDive] Event Systems, Actors, etc: https://github.com/0xdevalias/devalias.net/issues/95

0xdevalias avatar Mar 31 '20 20:03 0xdevalias