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

Serverless Framework plugin to reap unused versions of deployed functions from AWS

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

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

if serverless-prune-plugin is compatible with serverless version 3.19,. I got this error for functions while deploying. ##[error]Prune: Running post-deployment pruning ##[error]Prune: Querying for deployed function versions ##[error]Prune: [functionName] has 3...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Steps to reproduce: ```bash yarn add --dev serverless-prune-plugin // Add plugin to serverless file sls prune -n 10 --stage {stage} --dryRun ``` All versions for all functions in file will...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Add possibility to add layers as list of string in plugin configuration

It appears that the behavior of this plugin is to delete old lambda function versions without deleting their s3 object. This does prevent the old versions from counting toward the...

I came across this log output today: ``` service-name: Recoverable error occurred (Rate exceeded), sleeping for ~4 seconds. Try 1 of 20 service-name: Recoverable error occurred (Rate exceeded), sleeping for...

As native `Promise` is available everywhere, we should get rid of bluebird and replace it with native promises