Skip to main content
Module

x/lambda/types.d.ts>APIGatewayProxyStructuredResultV2

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

Interface for structured response with statusCode andheaders Works with HTTP API integration Payload Format version 2.0

Properties

optional
statusCode: number
optional
headers: { [header: string]: boolean | number | string; }
optional
body: string
optional
isBase64Encoded: boolean
optional
cookies: string[]