Implement using Construct.construct to stay ahead of deprecation of Construct.node #55
Closed
1 of 2 tasks
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Upstream CDK has deprecated the use of
Construct.node
in favor ofConstruct.construct
. We'll need to update places where we access throughConstruct.node
to useConstruct.construct
instead.Reference: aws/aws-cdk#9557
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: