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
I noticed that boto3 now supports an additional engine property for voiceSettings when creating or updating a bot locale.
This value can be either standard or neural and allows for the use of Polly neural voice synthesis which results in a significantly better experience when interacting with a Lex bot.
When I attempted to use the new engine property with version 0.3.0 of this package from the Serverless Application Repository, the custom resource function produced the following error:
From what I can see, this new attribute was added in boto3 >= 1.20.9 (documentation).
I believe this custom resource can support the new property by simply updating the boto3 package to a newer version and publishing a new release to the Serverless Application Repository.
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that
boto3
now supports an additionalengine
property forvoiceSettings
when creating or updating a bot locale.This value can be either
standard
orneural
and allows for the use of Polly neural voice synthesis which results in a significantly better experience when interacting with a Lex bot.When I attempted to use the new
engine
property with version0.3.0
of this package from the Serverless Application Repository, the custom resource function produced the following error:From what I can see, this new attribute was added in
boto3 >= 1.20.9
(documentation).I believe this custom resource can support the new property by simply updating the
boto3
package to a newer version and publishing a new release to the Serverless Application Repository.The text was updated successfully, but these errors were encountered: