[cli] Allow dynamic stack name generation during cdk synth #9261
Labels
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
package/tools
Related to AWS CDK Tools or CLI
Is there anyway I can keep stack name dynamic and not hardcoded in the code? Is there any way I can pass stackName during cdk synth? I have defined a single stack in my code but want to run the same stack for multiple project, hence I want different stackname to be created in cloudformation for different project. Language = Java
I am unable to find any documentation supporting this.
The text was updated successfully, but these errors were encountered: