Skip to main content
Module

x/lambda/mod.ts>S3EventRecord

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

Properties

eventVersion: string
eventSource: string
awsRegion: string
eventTime: string
eventName: string
userIdentity: { principalId: string; }
requestParameters: { sourceIPAddress: string; }
responseElements: { x-amz-request-id: string; x-amz-id-2: string; }
s3: { s3SchemaVersion: string; configurationId: string; bucket: { name: string; ownerIdentity: { principalId: string; }; arn: string; }; object: { key: string; size: number; eTag: string; versionId?: string; sequencer: string; }; }
optional
glacierEventData: S3EventRecordGlacierEventData