Skip to main content
Module

x/lambda/types.d.ts>CustomAuthorizerEvent

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Extremely Popular
Go to Latest
interface CustomAuthorizerEvent
Deprecated
Deprecated

Use APIGatewayAuthorizerEvent or a subtype

import { type CustomAuthorizerEvent } from "https://deno.land/x/lambda@1.24.3/types.d.ts";

Properties

type: string
methodArn: string
optional
authorizationToken: string
optional
resource: string
optional
path: string
optional
httpMethod: string
optional
headers: { [name: string]: string; }
optional
multiValueHeaders: { [name: string]: string[]; }
optional
pathParameters: { [name: string]: string; } | null
optional
queryStringParameters: { [name: string]: string; } | null
optional
multiValueQueryStringParameters: { [name: string]: string[]; } | null
optional
stageVariables: { [name: string]: string; }
optional
domainName: string
optional
apiId: string