You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is always an issue during attempt to update stack where changeset includes updated tag for CodeStarNotificationRule.
Every time in such cases stack deployment fails, due to tag update attempt invokes "Internal Failure".
"cdk diff" before deployment shows the following:
AWS::CodeStarNotifications::NotificationRule CodePipeline/dev pipeline stage change for ghe CodePipelinedevpipelinestagechangeforghe134E2CC1 replace
Looks like the key here is replace, but for some reasons Cloudformation not able to replace this value.
This was already mentioned in another issue, which was closed without resolution. #130
It would be really convenient to have solution or at least workaround for this problem.
The text was updated successfully, but these errors were encountered:
Hello,
There is always an issue during attempt to update stack where changeset includes updated tag for CodeStarNotificationRule.
Every time in such cases stack deployment fails, due to tag update attempt invokes "Internal Failure".
"cdk diff" before deployment shows the following:
AWS::CodeStarNotifications::NotificationRule CodePipeline/dev pipeline stage change for ghe CodePipelinedevpipelinestagechangeforghe134E2CC1 replace
Looks like the key here is replace, but for some reasons Cloudformation not able to replace this value.
This was already mentioned in another issue, which was closed without resolution.
#130
It would be really convenient to have solution or at least workaround for this problem.
The text was updated successfully, but these errors were encountered: