Create a CloudFormation template for Amazon Lex v2

0

Hi,

I am trying to create a CloudFormation template for Amazon Lex v2 to automate promotion process to higher environment. The bot I built includes English and French, having two respective Lambda function. Is there automated way to create and update the CF template? I'm worried about manually type JSON to create a template and update it.. Does AWS provide a way to easily create a template from Lex console? This link is the only resource I've found: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html

Thank you in advance!

2 Answers
0

Hi,

Please refer to the link - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Lex.html. Currently, Amazon Lex V2 is the only supported version in AWS CloudFormation.

Thanks,

AWS
answered 9 months ago
  • I mean, is there any other way to automate the template process other than manually add JSON/YAML?

0

@Rabosian - Greetings!! The purpose of having CloudFormation template is to automate the creation/update/deletion of infra part. But automating the creation of CloudFormation template is something that is not supported today.

I hope this answers your question.

Thanks, Arjun

PS: If you think this answer has helped you and might help others looking for same query, kindly mark acceptance of this answer, thanks.

AWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions