serverless-heaven / serverless-aws-alias

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

IAM role for alias is not removed #50

Closed HyperBrain closed 7 years ago

HyperBrain commented 7 years ago

On removal of an alias, the IAM role for the alias will stay in the base stack. As a consequence the physical role resource does not get removed.

Expectation: On removal of an alias all alias resources should be removed correctly.