Skip to content

Basic Lambda template for node.js using gulp for deployment.

Notifications You must be signed in to change notification settings

mmendelson222/alexa-lambda-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Basic Lambda template for node.js using gulp for deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published