Skip to content
Discussion options

You must be logged in to vote

After you've checked if the node you're at is a VPC, I'm pretty sure you aren't actually doing a full search through the construct tree below that with your logic. It seems to me as if you're only looking at the direct children of the Vpc which wouldn't reveal all the resources you want to reveal

The prepare phase is after pretty much all CDK construct code has ran. This isn't going to be your issue, it's likely with your logic of the search through the tree

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by peterwoodworth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants