Stone.js API
    Preparing search index...

    Type Alias GcpCloudFunctionsEventHandlerFunction<RawResponseType>

    GcpCloudFunctionsEventHandlerFunction: (
        rawEvent: GcpCloudFunctionsEvent,
        executionContext?: GcpCloudFunctionsContext,
    ) => Promise<RawResponseType>

    Represents a GCP Cloud Functions event handler function.

    This is the value returned by run(), registered with the Functions Framework: functions.cloudEvent('stone', await adapter.run()).

    Type Parameters

    • RawResponseType = RawResponse

      The type of the response returned by the handler.

    Type Declaration