AWS EventBridge

AWS serverless event router. "EventBridge is a serverless service that uses events to connect application components together, making it easier for you to build scalable event-driven applications." Two delivery surfaces: event buses (many-to-many routing) and pipes (point-to-point with optional enrichment/transform). EventBridge Scheduler adds cron/rate scheduling. Includes a Schema Registry that supports JSON Schema and OpenAPI 3 representations of EventBridge events.

API entry from apis.yml

apis.yml Raw ↑
name: AWS EventBridge
description: 'AWS serverless event router. "EventBridge is a serverless service that uses events to connect
  application components together, making it easier for you to build scalable event-driven applications."
  Two delivery surfaces: event buses (many-to-many routing) and pipes (point-to-point with optional enrichment/transform).
  EventBridge Scheduler adds cron/rate scheduling. Includes a Schema Registry that supports JSON Schema
  and OpenAPI 3 representations of EventBridge events.'
humanURL: https://aws.amazon.com/eventbridge
tags:
- Bus
- Cloud
- AWS
- Serverless
properties:
- type: Portal
  url: https://aws.amazon.com/eventbridge
- type: Documentation
  url: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html
- type: APIReference
  url: https://docs.aws.amazon.com/eventbridge/latest/APIReference