- Overview
- Transcript
1.1 Introduction
In this course, I'll show you that creating your own Amazon Alexa skill from scratch is easier than you thought. Let's get started!
1.Introduction2 lessons, 07:20
1.1Introduction01:03
1.2Prerequisites06:17
2.Alexa Skill Basics5 lessons, 43:56
2.1Alexa Skill Kit Walkthrough08:25
2.2AWS Lambda Walkthrough10:14
2.3Creating the Hello World Skill08:00
2.4Creating the Hello World Lambda Function10:14
2.5Handling Multiple Intents and Slots07:03
3.Building a Real-World Skill10 lessons, 50:01
3.1Creating the Skill06:37
3.2Creating the Lambda Function03:48
3.3Creating a Node.js App for Your Lambda Function07:11
3.4Creating Your First Handler04:38
3.5Creating the Setup Data for Your Skill03:00
3.6Finishing the Get New Courses Handler03:49
3.7Create the `GetCourseTeaser` Handler07:08
3.8Create the `AddToWatchList` Handler06:30
3.9Create the `GetWatchList` Handler03:43
3.10End-to-End Testing03:37
4.Conclusion1 lesson, 02:33
4.1Conclusion02:33
1.1 Introduction
As purveyors of software, we are constantly needing to push our skills and take advantage of new technologies. This used to meaning learning new frameworks and libraries, or even language. But now we are getting to the point where we need to learn new ways of interacting with our users. And these days that includes more than just their computers, watches and mobile devices. What about their kitchens, garages, cars and other things in their daily lives? Seem too complex? Not with the explosion of interactive devices such as the Amazon Alexa. This device creates a brand new way for us to write software and put us not only into our customers lives but also into their homes. So let's take a few minutes together to learn the basics of this very cool device, and how to write some simple software to run on it. And by the end of this course, you will learn how to create a full Amazon Alexa app with nothing more than a couple of web interfaces and just a sprinkling of JavaScript. So what are we waiting for? Let's get started.







