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

LambdaInvokeOperation

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

Contains the configuration parameters for a Lambda Invoke operation.

interface LambdaInvokeOperation {
FunctionArn?: string | null;
}

§Properties

§
FunctionArn?: string | null
[src]

The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.