Hermes Wiki
Tools/Amazon_EventBridge

Amazon EventBridge

Serverless event bus — rule-based routing of events from AWS services, custom apps, or SaaS partners to targets, with schema discovery and advanced filtering. Most-used open-source equivalents: Apache Kafka as the general event-backbone pattern (topics instead of rules) when throughput/replay matter more than routing logic; NATS for a lighter-weight pub/sub router closer to EventBridge's routing-first design.

Hermes Wiki