serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

Alias CloudFormation stack name doesn't tell you what it is for

Open henrytk opened this issue 6 years ago • 0 comments
trafficstars

If I have a stack called stackname in a stage called stage with an alias called alias the CloudFormation stack created for managing the alias will be called stackname-stage-alias. Unless I include the word 'alias' in the alias name then the stack name does not tell me what the stack actually does. The resulting name does not tell you what it is.

It should actually tell you what it is. Example, suffix with alias-$alias_name:

stackname-stage-alias-alias.

henrytk avatar Jan 15 '19 12:01 henrytk