Skip to main content
Module

x/lambda/mod.ts>APIGatewayProxyEvent

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

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

definition: APIGatewayProxyEventBase<APIGatewayEventDefaultAuthorizerContext>