Stone.js API
    Preparing search index...

    AWS EventBridge bus connection.

    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.

    Implements

    Index
    name: string

    A human-readable name (e.g. local, cloud, eventbridge).

    • Type Parameters

      • T = unknown

      Parameters

      Returns Promise<void>