-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws_codepipeline: Rollbacks for CodePipelines #30083
Comments
I would like to address this issue. However, the CodePipeline API has this feature, but CloudFormation does not yet. So we are waiting for the CloudFormation property. (However, the user guide already describes the feature on CloudFormation...) |
Do we have a timeline on by when CloudFormation will be updated? Otherwise, I am happy to raise an issue with https://github.com/cdklabs/awscdk-service-spec |
Hi @jaydm26 ,thanks for requesting this feature. As correctly mentioned by @go-to-k , this is not currently provided by cloudformation. However you could add this feature to Cloudformation coverage roadmap and help in prioritizing this by upvotes. |
The property ( |
Can we please have an update on this feature? The PR looks to be abandoned. |
Any updates on this? |
Describe the feature
AWS introduced Rollbacks for Stages in CodePipeline. This feature currently seems to be missing in CodePipelines.
https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-rollback.html
Use Case
This feature would allow me to enable automatic rollbacks upon failure directly through CDK instead of manually updating the pipeline to rollback the stage upon failure.
Proposed Solution
I think there needs to be changes in the L1 object as well, but I am not well-versed with CDK to know the exact changes.
Other Information
No response
Acknowledgements
CDK version used
2.140.0
Environment details (OS name and version, etc.)
MacOS Sonoma 14.4.1, Python 3.11.7
The text was updated successfully, but these errors were encountered: