You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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
The text was updated successfully, but these errors were encountered: