feat(core): `stack.exportValue()` can be used to solve "deadly embrace" by rix0rrr · Pull Request #12778 · aws/aws-cdk

Deadly embrace (<3 who came up with this term) is an issue where a consumer stack depends on a producer stack via CloudFormation Exports, and you want to remove the use from the consumer. Remova...