[Tutorial] Deploy your Voice App to AWS Lambda with the Jovo CLI


#1

Learn how to use the Jovo CLI to deploy your Alexa Skill and Google Action to AWS Lambda from the command line.


This is a companion discussion topic for the original entry at https://www.jovo.tech/tutorials/deploy-lambda-cli

#3

Hi
How To deploy module too ?
I just add rss-parser module in package.json.


#4

Install the dependency and add it to your package.json with:

$ npm install --save rss-parser

After doing that, there’s nothing else you need to do. The module is uploaded to Lambda like all other dependencies


#5

so lambda on deployment read the package.json and install if missing ?


#6

It calls the npm run bundle script like explained here: