Skip to main content
Module

x/lambda/mod.ts>APIGatewayEventRequestContextWithAuthorizer

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Very Popular
Go to Latest
interface APIGatewayEventRequestContextWithAuthorizer
import { type APIGatewayEventRequestContextWithAuthorizer } from "https://deno.land/x/lambda@1.28.1/mod.ts";

Type Parameters

TAuthorizerContext

Properties

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