L2.cfnresource: Make it easier to use escape hatches (CFN property overrides) #1595
Labels
@aws-cdk/core
Related to core CDK functionality
closing-soon
This issue will automatically close in 4 days unless further comments are made.
feature-request
A feature should be added or improved.
pr/needs-community-review
This PR needs a review from a Trusted Community Member or Core Team Member.
The current approach where users have to use "findChild" with a well-known construct ("Resource") is error prone and convoluted. We should make the underlying cloudformation resources available through the L2 API:
We shall call this property
cfnresource
to signal that it taps into the L1 layer:Should be enforced by an awslint rule.
The text was updated successfully, but these errors were encountered: