Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffblankenburg committed Feb 8, 2017
1 parent 7d42462 commit 70374aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Skills are managed through the Amazon Developer Portal. You’ll link the Lambda
```

8. Select **Save**. You should see the interaction model being built (this might a take a minute or two). If you select next, your changes will be saved and you will go directly to the Configuration screen. After selecting Save, it should now look like this:

![](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/fact/interaction_model._TTH_.png)

Next we will configure the AWS Lambda function that will host the logic for our skill.
Expand Down Expand Up @@ -131,8 +131,12 @@ AWS Lambda lets you run code without provisioning or managing servers. You pay o

3. Select **“Create a Lambda Function”** to begin the process of defining your Lambda function.

![](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/fact/create_a_labmda_function._TTH_.png)

4. In the **‘Select Blueprint’** page, filter on **'Alexa'**, select **“alexa-skill-kit-sdk-factskill”**

![](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/fact/select_blueprint._TTH_.png)

5. Now, you need to configure the event that will trigger your function to be called. As we are building skills with the Alexa Skills Kit, click on the gray dash-lined box and select Alexa Skills Kit from the dropdown menu.

![](https://s3.amazonaws.com/lantern-code-samples-images/fact/aws_lambda_ask.png)
Expand Down

0 comments on commit 70374aa

Please sign in to comment.