grunt-aws-lambda
grunt-aws-lambda copied to clipboard
A grunt plugin to assist in developing functions for AWS Lambda.
I'm attempting use grunt-aws-lambda for a project (https://github.com/kevinreedy/chef-asg-cleanup) that uses https://github.com/normanjoyner/chef-api. One of its dependencies is https://github.com/quartzjer/ursa, which has native extensions. When I run an `npm install`, the extensions are...
**use case:** I have an folder "./node_modules_lambda" which is listed in ".npmignore" and contains "./node_modules_lambda/node_modules/fibers/bin/linux-x64-v8-3.14/fibers.node" which is the binary specific for the was lambda environment. ``` lambda_package: { default: {...
In `lambda_package.js`, `dist_folder` gets prefixed with `'./'`. When I passed in an absolute path, on Windows, the task would never terminate (presumably because of some internal translation going on with...
It would be great to know how much memory has been used during the lambda_invokation process. changing the callback function to something similar would be enought var context = {...