I have AWS Lambda Function(index.js) written in Node.js which has external dependency on other npm packages, when i try test the lambda function i have to zip the file and the node modules which is time consuming. Please help in finding a way to execute the function locally.
Thanks