This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lex::BotAlias LambdaCodeHook
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CodeHookInterfaceVersion" :String, "LambdaArn" :String}
YAML
CodeHookInterfaceVersion:StringLambdaArn:String
Properties
CodeHookInterfaceVersion-
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
Required: Yes
Type: String
Minimum:
1Maximum:
5Update requires: No interruption
LambdaArn-
The Amazon Resource Name (ARN) of the Lambda function.
Required: Yes
Type: String
Minimum:
20Maximum:
2048Update requires: No interruption