Stone.js API
    Preparing search index...

    Type Alias ApiGatewayWsHandlerFunction<RawResponseType>

    ApiGatewayWsHandlerFunction: (
        event: ApiGatewayWsEvent,
        context: LambdaContext,
    ) => Promise<RawResponseType>

    The Lambda handler function API Gateway invokes.

    Type Parameters

    Type Declaration