Add info about the Lambda ARN

This commit is contained in:
Joseph Schmitt 2016-03-27 14:48:18 -04:00
parent e2b616829f
commit c8709afc9b

View File

@ -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.