Tim-B / grunt-aws-lambda

A grunt plugin to assist in developing functions for AWS Lambda.
MIT License
247 stars 100 forks source link

lambda_package silently ignores errors from npm.commands.install #85

Open hugoduncan opened 8 years ago

hugoduncan commented 8 years ago

The lambda_package task ignores any errors from npm.comands.install, which results in incorrect zip files with no indication that they are not complete.