Stone.js API
    Preparing search index...

    Type Alias AlibabaFcEventHandlerFunction<RawResponseType>

    AlibabaFcEventHandlerFunction: (
        rawEvent: AlibabaFcEvent,
        context: AlibabaFcContext,
    ) => Promise<RawResponseType>

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

    Type Parameters

    • RawResponseType = RawResponse

      The type of the response returned by the handler.

    Type Declaration