Stone.js API
    Preparing search index...

    Type Alias TencentScfEventHandlerFunction<RawResponseType>

    TencentScfEventHandlerFunction: (
        rawEvent: TencentScfEvent,
        context: TencentScfContext,
    ) => Promise<RawResponseType>

    The Tencent SCF event handler: (event, context) => Promise<...>, the signature the SCF event (non-HTTP) trigger invokes.

    Type Parameters

    • RawResponseType = RawResponse

      The type of the response returned by the handler.

    Type Declaration