
Develop and publish Alexa skills using the Alexa Skills Kit with lambda or web service backends, including home automation and IoT demos, testing, and certification guidance.
Explore Amazon Echo devices, the Alexa voice service, and the Alexa Skill Kit, and learn to develop and publish custom skills using the Echo simulator and Alexa app.
Please download these files to a directory on your machine and unzip tutorial_begin.zip file.
In this lecture, we will start developing our first skill called "Greetings skill". It covers:
Alexa forms an intent request from the interaction model by decoding the invocation name, sample utterances, and slots, then sends a JSON to your endpoint via a Lambda function.
Explore JavaScript functions in Node.js, including anonymous and named functions, callbacks, and forEach; learn var and let scoping, strict mode, and object creation with this.
Improve the greeting skill by fetching random quotes from the forismatic api and test it locally with lambda local before deploying to AWS Lambda.
Develop automated testing for the greetings skill in the comprehensive Alexa skill development course using mocha to validate intents, speech response, and correct versus incorrect indications through structured test cases.
Deploy your Alexa skill from a local web server to the internet by using secure tunneling with ngrok, port forwarding, or hosting on Heroku, then test and debug the endpoint.
Explore Alexa skill publishing requirements, including Lambda vs own web service hosting, HTTPS with valid certificates, domain validation, and signature-based request verification using Flask-Ask.
Set up a food nutrition lookup Alexa skill by using a template, establishing a production-ready lambda, and implementing version control, packaging, intents, slots, and robust logging and error handling.
Develop a food nutrition lookup skill by coding the food item slot, retrieving calorie information from a database, and implementing a robust, case-insensitive search with regular expressions.
Set up an email checker Alexa skill by configuring the developer portal, defining intents and sample utterances, creating a lambda function, and handling Google OAuth scopes.
Explores implementing a voice password for an email checker Alexa skill, including password encryption, hashing, and pin verification, with AWS STK integration.
June 11,2018 - Updated content for new Amazon developer console and new AWS lambda function interface.
*** This is the first comprehensive online course on Alexa Skills Development ***
Welcome to comprehensive Alexa Skill Development course. You want to learn how to develop skills for Amazon's Alexa? This course is for you.
It is perfect time to learn Alexa Skill Development. Soon there will be lot of requirement for Alexa Skill Developers, as many companies wants to add Alexa voice control to their products and services. This comprehensive Alexa Skill tutorial teaches required skills to become Alexa Skill Developer. This course covers almost all features of Alexa Skills Kit (ASK) with real-world example skills (including a published skill), which includes 47 Lectures, source code and 9.5 hours of content.
Here are few highlights of the course:
Learn how to develop skills using both Lambda function and Web Service as an end point.
Node.js tutorial - In case you are not familiar with Node.js coding, this course teaches required knowledge on Node.js to develop Alexa Skills.
Coding from scratch - For the first skill, we will not be using any templates. We will start with empty file and code line by line, so that you will understand how the whole Alexa Skill flow works end to end.
Learning by example - I believe in learning by example, so we will be learning and exercising features of Alexa through developing skills.
Beginner to Expert - I carefully designed this course, such that it works for all levels of students.
Learn how to setup your local environment and AWS CLI, so that you can automate the process of uploading Alexa Skills from your local machine
Account linking feature - In this course, you will be learning how to use account linking feature of Alexa Skills kit, so that you can link Alexa user with the user in your system. We will be developing a skill called 'Email checker' using this feature.
Learn how to develop skill using Node.js and Python languages.
Learn most of the features of Alexa Skills Kit like:
SSML tags
Including card in your response
Sessions feature
Built-in intents and slots
Account linking feature
Learn how to setup your local environment and AWS CLI, so that you can automate the process of uploading Alexa Skills from your local machine
Learn to do automated testing of your skills using Mocha test framework and Python Unittest.
Learn FLASK-ASK framework - For developing skills using Web Service as end point.
Learn how to access external database like AWS DynamoDB from your Alexa Skill to store per user information
Please feel free to checkout course content and preview videos to know about this course.