serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAM role for alias is not removed

HyperBrain opened this issue · comments

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.