Skip to main content
Module

x/lambda/mod.ts>ALBEvent

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Latest
interface ALBEvent
import { type ALBEvent } from "https://deno.land/x/lambda@1.42.4/mod.ts";

Properties

requestContext: ALBEventRequestContext
httpMethod: string
path: string
optional
queryStringParameters: ALBEventQueryStringParameters
optional
headers: ALBEventHeaders
optional
multiValueQueryStringParameters: ALBEventMultiValueQueryStringParameters
optional
multiValueHeaders: ALBEventMultiValueHeaders
body: string | null
isBase64Encoded: boolean