akhilerm / youtube-music-alexa-skill

Alexa skill to play songs from youtube music on echo devices
Apache License 2.0
74 stars 28 forks source link

nodejs version #2

Closed gudge25 closed 1 year ago

gudge25 commented 1 year ago

==================== Deploy Skill Infrastructure ==================== ✖ Deploy Alexa skill infrastructure for region "default" → The lambda deploy failed for Alexa region "default": InvalidParameterValueException: The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. We reco … [Error]: CliError: The lambda deploy failed for Alexa region "default": InvalidParameterValueException: The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs18.x) while creating or updating functions.

youtube-music-alexa-skill % node -v

v20.1.0

gudge25 commented 1 year ago

изображение

gudge25 commented 1 year ago

fixed my changing node version in ask-resources.json file

akhilerm commented 1 year ago

Can you raise a PR to fix the same, if it is applicable to everyone who uses the project.