-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance CloudFormation support with nested stack handling and stack a…
…ddress integration - Introduced `StackAddress` type to uniquely identify resources across nested stacks. - Updated `CloudFormationParameterWithId` to use `stackAddress` instead of `id`. - Added `NestedStackTemplate` interface and `isNestedStackTemplate` function for better nested stack management. - Modified various functions and interfaces to accommodate stack paths and addresses, improving resource mapping and retrieval. - Created `StackMap` class for efficient management of resources across stacks. - Updated tests to reflect changes in resource identification and nested stack handling. This update improves the overall structure and usability of arbitrary stacks in the cloud assembly.
- Loading branch information
1 parent
83cdafa
commit 2caf7b8
Showing
28 changed files
with
4,335 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.