Skip to main content
Module

x/lambda/types.d.ts>APIGatewayProxyEvent

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

Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0

definition: APIGatewayProxyEventBase<APIGatewayEventDefaultAuthorizerContext>