Stone.js API
    Preparing search index...

    The raw API Gateway WebSocket Lambda event.

    interface ApiGatewayWsEvent {
        body?: string;
        requestContext: ApiGatewayWsRequestContext;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Other event fields.

    Index
    body?: string

    The message body (for MESSAGE events).

    The request context carrying the connection id and event type.