From d7cac9f2ec4419e0063fa930dd41ab8bff9fb8ee Mon Sep 17 00:00:00 2001 From: Dustin McBride Date: Fri, 11 Nov 2016 17:13:35 -0800 Subject: [PATCH] Updated ReadMe to specify which US East region --- samples/helloWorld/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/helloWorld/README.md b/samples/helloWorld/README.md index b17f5d7..2f98590 100644 --- a/samples/helloWorld/README.md +++ b/samples/helloWorld/README.md @@ -8,7 +8,7 @@ This simple sample has no external dependencies or session management, and shows To run this example skill you need to do two things. The first is to deploy the example code in lambda, and the second is to configure the Alexa skill to use Lambda. ### AWS Lambda Setup -1. Go to the AWS Console and click on the Lambda link. Note: ensure you are in us-east or you won't be able to use Alexa with Lambda. +1. Go to the AWS Console and click on the Lambda link. Note: ensure you are in US East (N. Virginia) or you won't be able to use Alexa with Lambda. 2. Click on the Create a Lambda Function or Get Started Now button. 3. Skip the blueprint 4. Name the Lambda Function "Hello-World-Example-Skill". @@ -37,4 +37,4 @@ To run this example skill you need to do two things. The first is to deploy the ## Examples User: "Alexa, tell Hello World to say hello" - Alexa: "Hello World!" \ No newline at end of file + Alexa: "Hello World!"