From c2f99d0d82576845aeb23d00685a8e8b895cf54a Mon Sep 17 00:00:00 2001 From: Vincent Payette Date: Mon, 27 Jan 2020 16:32:40 -0800 Subject: [PATCH] update Node.js 8.10 to Node.js 12.x Node.js 8.10 is no longer supported --- instructions/setup-the-lambda-function.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/setup-the-lambda-function.md b/instructions/setup-the-lambda-function.md index f876cee..42365b6 100644 --- a/instructions/setup-the-lambda-function.md +++ b/instructions/setup-the-lambda-function.md @@ -49,7 +49,7 @@ Create a new AWS Lambda function that will handle the Smart Home directives from 3. Click on the **Create function** button to start creating an AWS Lambda function. 4. On the *Create function* page, select the **Author from scratch** option. 5. For the Name of the function, enter `skill-sample-nodejs-smarthome-switch`. -6. For the Runtime, select **Node.js 8.10**. +6. For the Runtime, select **Node.js 12.x**. 7. Choose an existing role and select *lambda\_skill\_sample\_smarthome\_switch* from the **Existing Role** options. 8. Click the **Create function** button to create the AWS Lambda function. 9. From the Lambda function page, copy the ARN from the top right of the page and save it into the `setup.txt` file in the [AWS Lambda ARN] section. The ARN should look something like: `arn:aws:lambda:us-east-1:XXXXXXXXXXXX:function:skill-sample-language-smarthome-switch` @@ -65,4 +65,4 @@ Create a new AWS Lambda function that will handle the Smart Home directives from Next [Configure the Skill](configure-the-skill.md) -Return to the [Instructions](README.md) \ No newline at end of file +Return to the [Instructions](README.md)