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:
custom:
prune:
automatic: true
number: 2
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:
custom:
prune:
automatic: true
number: 2