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

LambdaCodeHook

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

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.

interface LambdaCodeHook {
codeHookInterfaceVersion: string;
lambdaARN: string;
}

§Properties

§
codeHookInterfaceVersion: string
[src]

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.

§
lambdaARN: string
[src]

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