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

AwsLambdaTransformation

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

Lambda function used to transform objects through an Object Lambda Access Point.

interface AwsLambdaTransformation {
FunctionArn: string;
FunctionPayload?: string | null;
}

§Properties

§
FunctionArn: string
[src]

The Amazon Resource Name (ARN) of the Lambda function.

§
FunctionPayload?: string | null
[src]

Additional JSON that provides supplemental data to the Lambda function used to transform objects.