Trigger redeployment despite no changes to the stack #28966
-
Is there a way I can trigger my stack to go through the redeployment process despite not making changes to the stack? For context, I have a stack deployment that triggers secondary actions that I am trying to test out. If cdk doesn't support this, what would be the recommend/easiest way for me to generate this desired behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
richardgroves
Aug 8, 2024
Replies: 1 comment
-
This might help: -f, --force Always deploy stack even if templates are identical |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khushail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might help:
-f, --force Always deploy stack even if templates are identical
[boolean] [default: false]