Skip to content

Commit

Permalink
Update readme and changelog for 4.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Potterveld committed Aug 3, 2021
1 parent 0a0434d commit be904d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.7.3]
- The QnABot fulfillment Lambda function can now be configured for provisioned concurrency to further improve query
response times after periods of inactivity.
- Bug fix for proper invocation of ESWarmer lambda
- Bug fix to resolve sporadic API Compression CloudFormation exception
## [4.7.2]
- Bug fix "TypeError: AWS.LexRuntimeV2 is not a constructor" when using Lex V2 based Elicit Response Bots.
- Bug fix "Cannot read property 'buttons' of undefined" when no buttons specified in response card.
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ This repository contains code for the QnABot, described in the AWS AI blog post

See the "Getting Started" to launch your own QnABot.

**See all the new features list for 4.7.1** [Lex V2 Elicit response bots, Config import/export](#new-features)
**See all the new features list for 4.7.3** [Fulfillment Lambda Provisioned Concurrency](#new-features)

4.7.3
- The QnABot fulfillment Lambda function can now be configured for provisioned concurrency to further improve query
response times after periods of inactivity.
- Bug fix for proper invocation of ESWarmer lambda
- Bug fix to resolve sporadic API Compression CloudFormation exception

4.7.1 provides performance improvements and component upgrades
- Amazon Elasticsearch version 7.10 is now utilized.
Expand Down Expand Up @@ -128,6 +134,10 @@ See the [LICENSE.md](LICENSE.md) file for details

## New features

### Version 4.7.3
- The CloudFormation template now allows configuration of provisioned concurrency for the Fulfillment Lambda function.
The default is 0 but can be changed to a higher integer value. Provisioned concurrency will increase Lambda costs.

### Version 4.7.1
- LexV2 built-in Elicit Response bots have been added.
- Custom settings can now be exported and imported from the Content Designer Settings page.
Expand Down

0 comments on commit be904d9

Please sign in to comment.