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

    Interface APIGatewayEventRequestContextWithAuthorizer<TAuthorizerContext>

    interface APIGatewayEventRequestContextWithAuthorizer<TAuthorizerContext> {
        accountId: string;
        apiId: string;
        authorizer: TAuthorizerContext;
        connectedAt?: number;
        connectionId?: string;
        domainName?: string;
        domainPrefix?: string;
        eventType?: string;
        extendedRequestId?: string;
        httpMethod: string;
        identity: APIGatewayEventIdentity;
        messageDirection?: string;
        messageId?: string;
        path: string;
        protocol: string;
        requestId: string;
        requestTime?: string;
        requestTimeEpoch: number;
        resourceId: string;
        resourcePath: string;
        routeKey?: string;
        stage: string;
    }

    Type Parameters

    • TAuthorizerContext
    Index

    Properties

    accountId: string
    apiId: string
    authorizer: TAuthorizerContext
    connectedAt?: number
    connectionId?: string
    domainName?: string
    domainPrefix?: string
    eventType?: string
    extendedRequestId?: string
    httpMethod: string
    messageDirection?: string
    messageId?: string
    path: string
    protocol: string
    requestId: string
    requestTime?: string
    requestTimeEpoch: number
    resourceId: string
    resourcePath: string
    routeKey?: string
    stage: string