diff --git a/Serverless/Building an Alexa Skill/README.md b/Serverless/Building an Alexa Skill/README.md index fe17f28..b0fcabd 100644 --- a/Serverless/Building an Alexa Skill/README.md +++ b/Serverless/Building an Alexa Skill/README.md @@ -2,4 +2,4 @@ Alexa Skill developers have the ability to create skills that execute an AWS Lambda Function on the backend to complete a task needed for the skill. Since AWS Lamdba functions can be written in .NET, it is exciting to see what great things we can build for smart home assistants like Amazon Echo. -This code repository accompanies a series of blog posts titled [Building an Alexa Skill with AWS Lambda and Amazon DynamoDB](ADD LINK LATER) +This code repository accompanies a series of blog posts titled [Building an Alexa Skill with AWS Lambda and Amazon DynamoDB – Part 1: Creating Data for the Skill](https://aws.amazon.com/blogs/dotnet/part-1-building-an-alexa-skill-with-aws-lambda-and-amazon-dynamodb-creating-data-for-the-skill/) and [Building an Alexa Skill with AWS Lambda and Amazon DynamoDB – Part 2: Creating the Skill to Query Data](https://aws.amazon.com/blogs/dotnet/part-2-building-an-alexa-skill-with-aws-lambda-and-amazon-dynamodb-creating-the-skill-to-query-data/)