internetarchive / internet-archive-voice-apps

Voice Apps (Actions on Google, Alexa Skill) of Internet Archive. Just say: "Ok Google, Ask Internet Archive to Play Jazz" or "Alexa, Ask Internet Internet Archive to play Instrumental Music"
46 stars 42 forks source link

Upgrade ask-sdk from 2.7.0 (2019-08-01) to 2.14.0 (2023-04-01) #567

Closed vbanos closed 1 year ago

vbanos commented 1 year ago

There are some special issues with the upgrade.

If you upgrade just ask-sdk to 2.8.0 or any other version, all its dependencies are upgrade to 2.14.0 and unit tests break. You need to set ask-sdk-dynamodb-persistence-adapter==2.8.0 in packages.json and then upgrade ask-sdk. Any newer ask-sdk-dynamodb-persistence-adapter version makes the unit tests fail.

I have also tested the app after every update in the Amazon Alexa developer console and it works as expected.