Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions instructions/setup-the-lambda-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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)
Return to the [Instructions](README.md)