-
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
Unable to deploy after upgrade cdk version #1423
Comments
Hi @mouyigang, this is because you are using Ideally, for IDs you probably want to use concrete strings that are "stable" and represent the static structure of your infrastructure. @rix0rrr, I am wondering if we should use some naming convention for these IDs (e.g. |
It's not a big problem but would be nice to pass the build check if I actually specified repositoryName for the project.ecr. I haven't checked but since it can work out duplicate names at build time, this would not be a problem to figure out I suppose. Anyway, thanks for the explanation.
|
I deployed my stack(cdk 0.20.0) then upgrade cdk to 0.21.0 and it started to complain about uniqueid?
Can't destroy either, same err.
Should I downgrade, destroy and deploy again?
Code:
The text was updated successfully, but these errors were encountered: