Publishes each event as a PutEvents entry (Source, DetailType, Detail) on the configured
event bus. The domain emits; EventBridge rules fan out to targets (Lambda, SQS, ...), where the
listener side (the light key-router from @stone-js/router, via @BusListener) routes the event
to its @OnBusEvent handler. @aws-sdk/client-eventbridge is imported lazily as an optional peer.
AWS EventBridge bus connection.
Publishes each event as a
PutEventsentry (Source,DetailType,Detail) on the configured event bus. The domain emits; EventBridge rules fan out to targets (Lambda, SQS, ...), where the listener side (the light key-router from@stone-js/router, via@BusListener) routes the event to its@OnBusEventhandler.@aws-sdk/client-eventbridgeis imported lazily as an optional peer.