When just creating a change-set (not executing it) by setting no-execute-changeset to 1, the changeset name always defaults to ${Stack-Name}-CS.
Would be nice to implement a changeset-name parameter.
Background:
Currently it is not possible to create multiple change sets on the same stack with this action because there is no way to make change-set names unique and there cant be two change-sets with the same name on one stack.
When just creating a change-set (not executing it) by setting
no-execute-changeset
to1
, the changeset name always defaults to${Stack-Name}-CS
.Would be nice to implement a
changeset-name
parameter.Background: Currently it is not possible to create multiple change sets on the same stack with this action because there is no way to make change-set names unique and there cant be two change-sets with the same name on one stack.