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

LambdaConflictHandlerConfig

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

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

interface LambdaConflictHandlerConfig {
lambdaConflictHandlerArn?: string | null;
}

§Properties

§
lambdaConflictHandlerArn?: string | null
[src]

The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.