You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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