Skip to main content
Module

x/lambda/mod.ts>APIGatewayProxyHandlerV2

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

Works with HTTP API integration Payload Format version 2.0

Type Parameters

optional
T = never
definition: Handler<APIGatewayProxyEventV2, APIGatewayProxyResultV2<T>>