glassechidna / stackit

Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates
Apache License 2.0
37 stars 7 forks source link

--service-role should work with just a role name #21

Closed aidansteele closed 5 years ago

aidansteele commented 5 years ago

Right now you get this if you specify a role name:

creating change set: ValidationError: AWSCloudFormationExecutionRole is not a valid RoleARN
 status code: 400, request id: 1982ae99-565e-11e9-a094-2ffc8eaf83c6

If the user provides a name, we can construct the ARN from that for them. This would be useful for when they are looping over accounts etc