Codepipeline cdk v2: Self mutate before synth step #32627
Labels
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
Right now, i believe self mutate runs (if we set self Mutation to true in new CodePipeline(...) initialization) after synth step. What if i change commands in synth . And i need pipeline to update before it runs( so it can run the latest synth commands).
Use Case
What if i change commands in synth . And i need pipeline to update before it runs( so it can run the latest synth commands).
Proposed Solution
selfMutateFirst? : boolean
Other Information
No response
Acknowledgements
CDK version used
2
Environment details (OS name and version, etc.)
Deployed to linux
The text was updated successfully, but these errors were encountered: