Releases: aws-samples/aws-lex-v2-cfn-cr
Releases · aws-samples/aws-lex-v2-cfn-cr
v0.3.1
v0.3.0
Added
- Support to update the Fallback Intent
- Example bot based on the AWS Workshop to
illustrate how to configure Lambda CodeHooks and Conversation Logs
v0.2.0
Added
- New example based on QnABot Reponse bots. This example shows how to deploy
many bots from the same template and tests the concurrent bot build
retry logic
Changed
- The boto3 client now uses the "adaptive" retry mode to better handle
throttles - The default log level of the Custom Resource Lambda is now set to "DEBUG"
for easier troubleshooting. You can optionally set it to "INFO" or any
of the other supported values
Fixed
- Handle bot build exceptions caused by concurrent build quotas
- Handle resource deletion when the resource creation is cancelled by the
user or by ClouFormation due to an error before the botId has been
returned. When that happens, CloudFormation does not have a botId to
delete the bot. This fix uses the botName from resource properties to
find the related botId