ts-lambda-api - v2.5.2
    Preparing search index...

    Interface APIGatewayProxyEventV2WithRequestContext<TRequestContext>

    Proxy Event with adaptable requestContext for different authorizer scenarios

    interface APIGatewayProxyEventV2WithRequestContext<TRequestContext> {
        body?: string;
        cookies?: string[];
        headers: APIGatewayProxyEventHeaders;
        isBase64Encoded: boolean;
        pathParameters?: APIGatewayProxyEventPathParameters;
        queryStringParameters?: APIGatewayProxyEventQueryStringParameters;
        rawPath: string;
        rawQueryString: string;
        requestContext: TRequestContext;
        routeKey: string;
        stageVariables?: APIGatewayProxyEventStageVariables;
        version: string;
    }

    Type Parameters

    • TRequestContext
    Index

    Properties

    body?: string
    cookies?: string[]
    isBase64Encoded: boolean
    rawPath: string
    rawQueryString: string
    requestContext: TRequestContext
    routeKey: string
    version: string