Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LambdaFunctionConfiguration

import type { LambdaFunctionConfiguration } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

A container for specifying the configuration for Lambda notifications.

interface LambdaFunctionConfiguration {
Events: Event[];
Id?: string | null;
LambdaFunctionArn: string;
}

§Properties

§
Events: Event[]
[src]

The Amazon S3 bucket event for which to invoke the Lambda function. For more information, see Supported Event Types in the Amazon S3 User Guide.

§
Id?: string | null
[src]
§
LambdaFunctionArn: string
[src]

The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.