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

is serverless-prune-plugin compatible with serverless version 3.19?

Open Purval698 opened this issue 3 years ago • 0 comments

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 additional versions published and 0 aliases, 1 version selected for deletion ##[error]Prune: Deleting Function [functionName] v374...

configuration: Framework Core: 3.19.0 Plugin: 6.2.2 SDK: 4.3.2

serverless.yml plugins:

  • serverless-prune-plugin

custom: prune: automatic: true number: 2

Purval698 avatar Jun 22 '22 10:06 Purval698