-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permit use of service role with change set workflow #70
Permit use of service role with change set workflow #70
Conversation
Add --service-role-arn option to "change-set create"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Nullus!
This functionality is a good addition, thank you for your PR.
Before I can merge this however, the PR needs two more things.
Can you please update the documentation to reflect the addition of the new functionality, and write a test to cover this use case?
Thank you,
Jess
Absolutely, do you want that in the README.md? Any preference on whether it's mentioned under the existing usage of
I couldn't see any equivalent tests for that parameter for the existing use case, so I didn't add one for this. Where should that be added? |
Change-set support sounds good! I think most people will look for it there. Thanks!
Yeah, we don't have tests for change-sets! @trembylene and I are new to the project so we're still catching up on some things. Would you feel comfortable creating a |
Thanks for adding tests @amcinnes! Looks good. |
Add --service-role-arn option to "change-set create"