Welcome!
These folders contain short code samples that show you how to add features to an Alexa Skill. Let's assume we are a chef, with an idea for a fancy new recipe. The recipe will require one or more ingredients to be combined to create the finished product. Alexa skills follow the same model. Basic ingredients can be added together to create a robust skill. This guide is a
First time here? Start with the intro steps below.
Required:
- Accounts on aws.amazon.com and developer.amazon.com (create if necessary)
Recommended:
- Some experience with Javascript or Python programming.
- Have Node.JS on your laptop and become familiar with NPM, the Node Package Manager.
- Have GIT on your laptop.
- Review the alexa-sdk documentation.
The lessons assume you have built a skill with the Alexa Skills Kit . If you are new to Alexa, please click the Tutorial link below and follow the instructions to create the Fact Skill.
Review the Table of Contents above, and dive in to learn how to add features to your Alexa skills.