.NET on AWS Blog

Category: Alexa

Building an Alexa Skill with AWS Lambda and Amazon DynamoDB – Part 2: Creating the Skill to Query Data

This is Part 2 in a series on creating an Amazon Alexa Skill with AWS Lambda and Amazon DynamoDB. Please look at Part 1: Creating Data for the Skill to see the prerequisites on setting up the data source for our skill. In this part, the Alexa Skill we will build will return information about […]

Building an Alexa Skill with AWS Lambda and Amazon DynamoDB – Part 1: Creating Data for the Skill

This blog series will walk you through the process of creating an Amazon Alexa skill that queries data from an Amazon DynamoDB table. Part 1 focuses on creating the data source that the skill will query and part 2 focuses on creating the AWS Lambda function to query the data and creating the skill. In […]