interface CustomAuthorizerEventDeprecatedDeprecatedUse APIGatewayAuthorizerEvent or a subtype import { type CustomAuthorizerEvent } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; Propertiestype: stringmethodArn: stringoptionalauthorizationToken: stringoptionalresource: stringoptionalpath: stringoptionalhttpMethod: stringoptionalheaders: { [name: string]: string; }optionalmultiValueHeaders: { [name: string]: string[]; }optionalpathParameters: { [name: string]: string; } | nulloptionalqueryStringParameters: { [name: string]: string; } | nulloptionalmultiValueQueryStringParameters: { [name: string]: string[]; } | nulloptionalstageVariables: { [name: string]: string; }optionalrequestContext: APIGatewayEventRequestContextWithAuthorizer<APIGatewayEventDefaultAuthorizerContext>optionaldomainName: stringoptionalapiId: string