aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.51k stars 3.86k forks source link

import: support importing resources into nested stacks #20918

Open saltman424 opened 2 years ago

saltman424 commented 2 years ago

Describe the feature

I would like to be able to import into the nested stack in the following structure:

Stack
  NestedStack
    ResourceToImport

Use Case

I have nested stacks with resources that need to be imported

Proposed Solution

I am not familiar with all the implementation details of import but some options that come to mind are:

Other Information

The implementation of this feature may have some interplay with the implementation of #20917 since both have to do with the selection and processing of stacks for import

Acknowledgements

CDK version used

2.29.1

Environment details (OS name and version, etc.)

Windows 10 Enterprise Version 10.0.19044

jaklan commented 3 weeks ago

Is there any progress on that one?