serverless-lambda-prune-plugin icon indicating copy to clipboard operation
serverless-lambda-prune-plugin copied to clipboard

Delete old versions of AWS lambdas from your account

Results 12 serverless-lambda-prune-plugin issues
Sort by recently updated
recently updated
newest added

Will this plugin made available for Serverless v1.x also?

I've been using Serverless 1.8.0 for a few months now and I tried installing [email protected] according to the readme but `sls function prune` just prints > Command "prune" not found,...

This plugin doesn't seem to work with latest serverless v0.5.0. ``` json /node_modules/bluebird/js/release/async.js:49 fn = function () { throw arg; }; ^ TypeError: Path must be a string. Received undefined...

Every time I run the plugin, it starts pruning but shortly after I get `Unhandled rejection TooManyRequestsException: Rate exceeded` which causes it to crash. I can run it over an...

When working with different people/teams in an AWS account it is not very helpful to have account wide pruning only. Imagine some developers doing experiments on a test project (where...

Ease of use enhancement: Having two aws-profiles in my `.aws/credentials` Serverless normally takes the one specified in `./admin.env/`. But tis plugin does not use this profile but takes the default...

This takkles my problem here: https://github.com/Nopik/serverless-lambda-prune-plugin/issues/12

I have several profiles in my `~/.aws/credentials` file. I'd like to select one to use with this plugin. How can I do that? Thanks.

Installed plugin in project root and updated s-project.json to reference the plugin. Then: ``` bash $ sls function prune { [ConfigError: Missing region in config] cause: { [ConfigError: Missing region...

Currently the Prune plugin deletes older versions of Lambdas outside of my project (as per the documentation). It would be beneficial to be able to specify a specific function which...