Hacker News new | ask | show | jobs
by Bellyache5 1802 days ago
What's the use-case for creating resources outside of--but also defining them in--CDK in this case? That's generally an anti-pattern.
1 comments

It's actually not an anti-pattern. CDK provides many methods (e.g. `StringParameter.valueForStringParameter`) for accessing deployed resources from other stacks, or those deployed by other tools or manually. IaC can get in the way or that, but it's not forbidden, nor discouraged.