Stone.js API
    Preparing search index...

    Wraps a Stone.js outgoing response into the raw response API Gateway expects for a WebSocket route (typically { statusCode: 200 }; actual client delivery happens via the management API).

    Implements

    Index
    • Build the raw response.

      Returns RawWsResponse

      The raw response.

    • Create a RawResponseWrapper.

      Parameters

      • options: Partial<RawResponseOptions>

        Partial response options.

      Returns RawResponseWrapper

      A new instance.