Stone.js API
    Preparing search index...

    A minimal API Gateway Management client: posts a message back to a connection.

    interface ManagementClient {
        postToConnection: (connectionId: string, data: string) => Promise<void>;
    }

    Implemented by

    Index
    postToConnection: (connectionId: string, data: string) => Promise<void>

    Post data to a connection; a stale (410 Gone) connection resolves without throwing.