Skip to main content
Module

x/lambda/mod.ts>AttributeValue

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

Properties

optional
B: string
optional
BS: string[]
optional
BOOL: boolean
optional
L: AttributeValue[]
optional
M: { [id: string]: AttributeValue; }
optional
N: string
optional
NS: string[]
optional
NULL: boolean
optional
S: string
optional
SS: string[]