You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an AWS construct is defined with an explicit physical name, we'd like to annotate the construct with metadata that contains that physical name, so that tools and aspects will be able to reason about it. We have a few examples throughout the library which add the aws:cdk:hasPhysicalName metadata entry for physical names, but we should normalize this though a common library.
The text was updated successfully, but these errors were encountered:
I would like to solve a problem where we miss adding physical names to metadata. For example, DynamoDB and Kinesis L2 constructs add physical names to metadata, but SQS does not.
It is specific to service whether physical name is supported or not, so it seems tricky to handle it in a common library level.
When an AWS construct is defined with an explicit physical name, we'd like to annotate the construct with metadata that contains that physical name, so that tools and aspects will be able to reason about it. We have a few examples throughout the library which add the
aws:cdk:hasPhysicalName
metadata entry for physical names, but we should normalize this though a common library.The text was updated successfully, but these errors were encountered: