Skip to main content
Module

x/lambda/types.d.ts>StreamRecord

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

Properties

optional
ApproximateCreationDateTime: number
optional
Keys: { [key: string]: AttributeValue; }
optional
NewImage: { [key: string]: AttributeValue; }
optional
OldImage: { [key: string]: AttributeValue; }
optional
SequenceNumber: string
optional
SizeBytes: number
optional
StreamViewType:
| "KEYS_ONLY"
| "NEW_IMAGE"
| "OLD_IMAGE"
| "NEW_AND_OLD_IMAGES"