From c8709afc9bb9e5d1edc0f3b88abd46f9aac927d4 Mon Sep 17 00:00:00 2001 From: Joseph Schmitt Date: Sun, 27 Mar 2016 14:48:18 -0400 Subject: [PATCH] Add info about the Lambda ARN --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a40b5a..cf5daf1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ in the Sample Utterances field, copy and paste the contents of The skill is built to be easily hosted on Amazon's [AWS Lambda service](https://aws.amazon.com/lambda/). Create your Lambda function (using the -alexa-skills-kit-color-expert blueprint) and make sure you choose Node.js as the runtime. +alexa-skills-kit-color-expert blueprint) and make sure you choose Node.js as the runtime. After +you've created your Lambda function, look at the top right of the page to get your Lambda ARN +number and put that in the Alexa Skill Information Endpoint field. To deploy to Lambda, first makes sure you do an `npm install` at the root of the project. Once all the dependencies are installed, run `npm run bundle`, which will create a lambda.zip file.