I\'ve created several Lambda functions using the web based editor. So far so good. I\'d now like to start extending those with modules (such as Q for promises). I can\'t fig
You can now use Lambda Layers for this matters. Simply add a layer containing the package you need and it will run perfectly.
Follow this post: https://medium.com/@anjanava.biswas/nodejs-runtime-environment-with-aws-lambda-layers-f3914613e20e