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

LambdaConfiguration

import type { LambdaConfiguration } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

Stores metadata about a Lambda processor.

interface LambdaConfiguration {
InvocationType: InvocationType;
ResourceArn: string;
}

§Properties

§
InvocationType: InvocationType
[src]

Controls how the Lambda function is invoked.

§
ResourceArn: string
[src]

The ARN of the Lambda message processing function.