We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e92bb commit a6a4da0Copy full SHA for a6a4da0
tests/e2e/utils/infrastructure.py
@@ -170,6 +170,10 @@ def delete(self) -> None:
170
def _sync_stack_name(self, stack_output: Dict):
171
"""Synchronize initial stack name with CDK final stack name
172
173
+ When using `cdk synth` with context methods (`from_lookup`),
174
+ CDK can initialize the Stack multiple times until it resolves
175
+ the context.
176
+
177
Parameters
178
----------
179
stack_output : Dict
0 commit comments