Import npm modules to AWS lambda function
When you create a node.js lambda function on Amazon Web Service (AWS), and start editing using the online editor, then you want to npm install and import a third party library, such as lodash, unfortunately there is no simple way to do it via the web...
victorleungtw.hashnode.dev1 min read