Skip to content

v0.2.0

Compare
Choose a tag to compare
@atoa atoa released this 30 Jun 18:41
· 6 commits to main since this release

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