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
When a stack is created as the root of the construct tree, we now implicitly create an `App` that serves as its parent scope.
The root stack is created with the ID `Default`, which ensures that `node.uniqueId` of constructs within that stack is preserved.
BREAKING CHANGE: in unit tests, the `node.path` of constructs within stacks created the root of the tree via `new Stack()` will now have a prefix `Default/` which represents an implicit `App` root.
Related: aws/aws-cdk-rfcs#192
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments