When the alias plugin is used and only the master alias is left, serverless remove will error out, and serverless alias remove does not remove the master alias.
The alias plugin should support removing the master alias including the whole service stack.
Removal should only be possible if there are no other aliases deployed.
When the alias plugin is used and only the master alias is left,
serverless remove
will error out, andserverless alias remove
does not remove the master alias.The alias plugin should support removing the master alias including the whole service stack. Removal should only be possible if there are no other aliases deployed.
See thread https://github.com/serverless/serverless/issues/3805