From 6caf5c0740009aeae0234cf9f0f4e332e11d03c6 Mon Sep 17 00:00:00 2001 From: "Miguel A. C" <30386061+doncicuto@users.noreply.github.com> Date: Mon, 7 Jan 2019 17:38:38 +0100 Subject: [PATCH] Update 2-lambda-function.md URL for the walkthrough guide for setting up a new AWS account was not found (404) as it has been moved to a new location. --- instructions/2-lambda-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/2-lambda-function.md b/instructions/2-lambda-function.md index f502365..867b822 100644 --- a/instructions/2-lambda-function.md +++ b/instructions/2-lambda-function.md @@ -7,7 +7,7 @@ In the [first step of this guide](1-voice-user-interface.md), we built the Voice User Interface (VUI) for our Alexa skill. On this page, we will be creating a Lambda function using [Amazon Web Services](http://aws.amazon.com). You can [read more about what a Lambda function is](http://aws.amazon.com/lambda), but for the purposes of this guide, what you need to know is that Lambda is where our code lives. When a user asks Alexa to use our skill, it is our Lambda function that interprets the appropriate interaction, and provides the conversation back to the user. -1. **Go to http://aws.amazon.com and sign in to the console.** If you don't already have an account, you will need to create one. [Check out this quick walkthrough for setting up a new AWS account](https://github.com/alexa/alexa-cookbook/blob/master/aws/set-up-aws.md). +1. **Go to http://aws.amazon.com and sign in to the console.** If you don't already have an account, you will need to create one. [Check out this quick walkthrough for setting up a new AWS account](https://github.com/alexa/alexa-cookbook/blob/master/guides/aws-security-and-setup/set-up-aws.md). [![Sign In](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/general/2-1-sign-in-to-the-console._TTH_.png)](https://console.aws.amazon.com/console/home)