serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x
MIT License
189 stars 68 forks source link

Complete stage removal not possible #56

Closed HyperBrain closed 7 years ago

HyperBrain commented 7 years ago

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.

See thread https://github.com/serverless/serverless/issues/3805

HyperBrain commented 7 years ago

Released!