Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 517 Bytes

alexa-lambda-node

Basic template for an Alexa Lambda application, using the alexa node sdk and gulp for Lambda deployment.

Installation

  1. clone this repo
  2. edit the config file with your destination Lambda name
  3. Run the following:
npm install
npm install --global gulp
  1. Deploy using the following:
gulp

Notes

  • Create and configure the Lambda in the AWS console before deploying.
  • Add any new Lambda dependencies to gulp-tasks/_upload so they will be included in the zip file.