Skip to content

A boilerplate Alexa Skill with support for uploading to Amazon Lambda and building sample utterences.

Notifications You must be signed in to change notification settings

spriggsc/AlexaBoilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexa Boilerplate

Quickly get started developing Amazon Alexa skills for you Amazon Echo.

Setup

To get started simple use npm install to install all dependencies.

Deploying to Amazon Lambda

To deploy your skill you will need to use the gulp command to zip up the file and drop into Lambda.

The Sample Project

Check out index.js for the boilerplate Alexa app. Examples of how to define an intent handler, build sample utterences and schema, and response asynchronously are all included. You can also see example projects located in the examples/ directory.

Creating you Lambda function

Each Alexa skill requires a Lambda function.

  1. Log into the AWS Lambda Console and making sure your region is set to us-east-1
  2. Click "Create Lambda Function"
  3. Choose to skip the "Select blueprint" phase
  4. Give your function a name and description.
  5. Set the role and create your function.
  6. Using the gulp command upload the zip file from the newly created dist directory.

About

A boilerplate Alexa Skill with support for uploading to Amazon Lambda and building sample utterences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%