grunt-aws-lambda
grunt-aws-lambda copied to clipboard
A grunt plugin to assist in developing functions for AWS Lambda.
This package is running a really old version of npm (`2.15.12` while current is `7.24.0`), which has a known security vulnerability in its dependencies. One of my projects received a...
It took me a few hours to figure this out so wanted to make note of it here. If you run into this error, it could be because of different...
Bumps [npm](https://github.com/npm/cli) from 2.15.12 to 6.14.6. Release notes Sourced from npm's releases. v6.14.6 6.14.6 (2020-07-07) BUG FIXES a9857b8f6 chore: remove auth info from logs (@claudiahdz) b7ad77598 #1416 fix: wrong npm...
The README suggests that the `options.region` parameter is not required when specifying an `arn` for the `lambda_deploy` task. However, I was finding this not to be the case, and it...
I'm using version 0.13.0 of the plugin and Node 10.14.0, and I can't get the deploy to respect either the `AWS_PROFILE` environment variable or the `options.profile` argument. My ~/.aws/credentials file...
Hi! We used lambda_deploy task but it seems it can't read region from ARN: `Warning: Unable to find lambda function arn:aws:lambda:::function:, verify the lambda function name and AWS region are...
Before anything, just want to say this library rocks. I've been using it regularly, and it's saved me a ridiculous amount of time! That said, I've just run into a...
the messages are good, however, they are not specific, for instance here would be really good to have http response code: https://github.com/Tim-B/grunt-aws-lambda/blob/master/utils/deploy_task.js#L265
I'd like to be able to set the compression level for the zip file (e.g. `zip -9`). Maybe this is already possible but I didn't see anything in the documentation...