Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Serverless/Building an Alexa Skill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)