Skip to main content
Module

x/lambda/types.d.ts>APIGatewayEventLambdaAuthorizerContext

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Extremely Popular
Go to Latest
type alias APIGatewayEventLambdaAuthorizerContext
import { type APIGatewayEventLambdaAuthorizerContext } from "https://deno.land/x/lambda@1.24.3/types.d.ts";

Type Parameters

TAuthorizerContext
definition: [P in keyof TAuthorizerContext]: TAuthorizerContext[P] extends null ? null : string & { principalId: string; integrationLatency: number; }