From 17fc8e52f0083b78090573b727ca35df30f6ea74 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:24:09 +0200 Subject: [PATCH] Alexa: implement feedback by coderabbitai (#39789) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joakim Sørensen --- source/_integrations/alexa.intent.markdown | 2 +- source/_integrations/alexa.smart_home.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/alexa.intent.markdown b/source/_integrations/alexa.intent.markdown index c473f646a3a..49ad4fe2817 100644 --- a/source/_integrations/alexa.intent.markdown +++ b/source/_integrations/alexa.intent.markdown @@ -65,7 +65,7 @@ Next you need to create a Lambda function. - **US West (Oregon)** region for Japanese and English (AU) skills. - Click `Functions` in the left navigation bar, display list of your Lambda functions. - Click `Create function`, select `Author from scratch`, then input a `Function name`. -- Select *Python 3.* as `Runtime`. +- Select `Python 3.x` as the `Runtime` (choose the latest available Python 3 version). - Select *Use an existing role* as `Execution role`, then select the role you just created from the `Existing role` list. - Click `Create function`, then you can configure the details of the Lambda function. - Under the `Configuration` tab, expand `Designer`, then click on `+ Add trigger` in the left part of the panel and select `Alexa Skills Kit` from the dropdown list to add an Alexa Skills Kit trigger to your Lambda function. diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 3f5174b8d9f..1579315f2ee 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -157,7 +157,7 @@ Next you need create a Lambda function. - Click `Functions` in the left navigation bar, to display the list of your Lambda functions. - Click `Create function`, select `Author from scratch`, then input a `Function name`. -- Select *Python 3.* as `Runtime`. +- Select `Python 3.x` as the `Runtime` (choose the latest available Python 3 version). - Expand the `Change default execution role` dropdown and make sure to select *Use an existing role* as `Execution role`, then select the role you just created from `Existing role` list. - Click `Create function`, then you can configure the details of Lambda function. - Expand the `Function overview` (if it isn't already expanded), then click `+ Add trigger` in the left part of the panel, then click `Alexa Smart Home` from the drop down list to add an Alexa Smart Home trigger to your Lambda function.