Ross Gerbasi
01/14/2022, 4:26 PM[WARNING] @aws-cdk/core.ConstructNode#metadata is deprecated.
use `metadataEntry`
This API will be removed in the next major release.
Hard to pinpoint exactly what's causing it but I think its the call to certificate: Certificate.fromCertificateArn(_this_, "MyCert", certArn),
which seems to come from the CDK. So far only able to find this (https://github.com/aws/aws-cdk/issues/17633) so maybe a CDK version bump will do it. Anyone else seeing this warning?Ross Gerbasi
01/14/2022, 4:56 PM