aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

Add example of LexBot @aws-cdk/aws-lex #1013

Closed rushali-aws closed 3 months ago

rushali-aws commented 3 months ago

This example creates a bot to book hotel rooms and rental cars. As mentioned in CFN documenation :https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#aws-resource-lex-bot--examples

This example will create:

IAM Role used by the Lex service to make runtime calls
Inline bot definition which depends on the IAM role
Define a bot version which depends on the DRAFT version of the Lex Bot
We define the alias by providing the bot version created by the AWS::Lex::BotVersion resource above

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

rushali-aws commented 3 months ago

Added some wrong file