Skip to content
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

Make the Stage insertion API in CodePipeline more flexible #437

Closed
wants to merge 1 commit into from
Closed

Make the Stage insertion API in CodePipeline more flexible #437

wants to merge 1 commit into from

Conversation

skinny85
Copy link
Contributor

Allows inserting Stages into CodePipeline at an arbitrary index, and also before or after any given Stage.

It required some changes to Construct to make it more flexible, but I think the changes are for the best, even if they weren't required here.


Fixes #347


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

@skinny85
Copy link
Contributor Author

skinny85 commented Aug 1, 2018

Moved to PR #460 after problems with the fork when the repo was changed to public.

@skinny85 skinny85 closed this Aug 1, 2018
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codepipeline: There should be a way to insert a stage before an existing one (and not append)
2 participants