Stone.js API
    Preparing search index...

    Type Alias AwsLambdaEventHandlerFunction<RawResponseType>

    AwsLambdaEventHandlerFunction: (
        rawEvent: AwsLambdaEvent,
        context: AwsLambdaContext,
    ) => Promise<RawResponseType>

    Represents an AWS Lambda event handler function.

    Type Parameters

    • RawResponseType = RawResponse

      The type of the response returned by the handler.

    Type Declaration