API Reference
    Preparing search index...
    type RequestContext = {
        context: Context;
        event: APIGatewayProxyEvent | APIGatewayProxyEventV2 | ALBEvent;
        isBase64Encoded?: boolean;
        params: Record<string, string>;
        req: Request;
        res: Response;
        responseType: ResponseType;
    }
    Index

    Properties

    context: Context
    event: APIGatewayProxyEvent | APIGatewayProxyEventV2 | ALBEvent
    isBase64Encoded?: boolean
    params: Record<string, string>
    req: Request
    res: Response
    responseType: ResponseType