aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.71k stars 3.93k forks source link

(aws-lex): AMAZON.QnAIntent not supported in cdk #31941

Open cjhelloletsgo opened 4 weeks ago

cjhelloletsgo commented 4 weeks ago

Describe the feature

AMAZON.QnAIntent is not supported in lex, it would be nice to be able to use this feature.

Use Case

I manage all my lex bots through the cdk but can not use this functionality unless I go through the console

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.164.1

Environment details (OS name and version, etc.)

Ubuntu 24.10

khushail commented 4 weeks ago

Hi @cjhelloletsgo , thanks for requesting this.

I found a mention of QnAIntent that in AWS docs, these are the supported intents for AWS LEX Bot which includes the one you are requesting, but since this needs to be supported by cloudformation for being available as L1 construct, you would have to create a request with Cloudformation team on their cloudformation coverage roadmap. You can also get it prioritised by getting upvotes from the community.

Hope that would be helpful!