Basic template for an Alexa Lambda application, using the alexa node sdk and gulp for Lambda deployment.
- clone this repo
- edit the config file with your destination Lambda name
- Run the following:
npm install
npm install --global gulp
- Deploy using the following:
gulp
- 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.