From 9e73f93126f8f3d905be53f052e1f216b836650a Mon Sep 17 00:00:00 2001 From: skrotha <141290843+skrotha@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:35:25 -0700 Subject: [PATCH 1/2] feat: Change Alexa Hosted Skill runtime to Python 3.8 --- lib/utils/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/constants.js b/lib/utils/constants.js index a278ddeb..88096a8f 100644 --- a/lib/utils/constants.js +++ b/lib/utils/constants.js @@ -63,7 +63,7 @@ module.exports.HOSTED_SKILL = { }, DEFAULT_RUNTIME: { NodeJS: "NODE_16_X", - Python: "PYTHON_3_7", + Python: "PYTHON_3_8", }, SIGNIN_PATH: "/ap/signin", PERMISSION_ENUM: { From 8410938ef67c2957fc4a7669fbb44f2948eac1e6 Mon Sep 17 00:00:00 2001 From: skrotha <141290843+skrotha@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:44:12 -0700 Subject: [PATCH 2/2] feat: Update Alexa Hosted Skill docs default run times --- docs/concepts/Alexa-Hosted-Skill-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/Alexa-Hosted-Skill-Commands.md b/docs/concepts/Alexa-Hosted-Skill-Commands.md index ccb0b3bf..bb0d8dd8 100644 --- a/docs/concepts/Alexa-Hosted-Skill-Commands.md +++ b/docs/concepts/Alexa-Hosted-Skill-Commands.md @@ -20,7 +20,7 @@ Users will be asked the following questions to create a new skill: * Prompts user for `programming language` * Select programming language - * AHS supports Python3.7 and Node12.x + * AHS supports Python3.8 and Node16.x * Prompts user for a method to host your skill's backend resources * Select `Alexa-hosted skills` * Prompts user for `skill name`