grunt-aws-lambda
grunt-aws-lambda copied to clipboard
A grunt plugin to assist in developing functions for AWS Lambda.
Supports the recently-added environment variables that can be attached to each Lambda function version.
I saw a previous request for exclude that was closed though it would be nice. Is there a way to exclude test cases from being part of the package?
> Running "lambda_deploy:prod" (lambda_deploy) task > > > AWS API request failed with undefined - MissingRequiredParameter: Missing required key 'FunctionName' in params I've set the function option but I can't...
By default ```JSON.stringify(new Error(‘some error message’))``` will always print ``{}``. In order to get a comprehensive error message we need to specifiy which properties of the error message to print...
replacing #103 Add 2 options to lambda_deploy : Add 2 options to lambda_deploy : * s3_bucket : name of the S3 bucket to upload to * s3_key_prefix : key prefix...
When running grunt deploy it says Warning: AWS API request failed, check your AWS credentials, region and permissions are correct. Use --force to continue. Now I have correct .aws credentials...
Hi, I have problems with deployment. The `grunt deploy` task is keep getting 404 and shows: ``` Running "lambda_package:default" (lambda_package) task [email protected] Created package at ./dist/css-processor_1-0-0_2016-2-21-22-58-51.zip Running "lambda_deploy:default" (lambda_deploy) task...
Allow deployment of packages from an S3 bucket instead of always requiring an upload from the file system. This is useful in two scenarios: (1) Package build is performed by...
With npm 3 on the way, I tried to get grunt-aws-lambda to support it. There are two main issues: 1. The call to `npm.commands.install` in `lambda_package.js` should be updated to...
How do you set the runtime variable during deploy? Is it enabled as an option? If supported can you please provide an example.