Kendra Neil
Kendra Neil
Ooops. Then rebased it incorrectly.
Passed the pipeline again.
This is a jsii issue so I'm moving this to that repo.
Moving this issue to jsii.
@Mergifyio update
The issue here is that the resource mapping is looking for the entire ID, including the path, for the resource. It must be in the format of `////Resource`.
This is definitely a usability issue, but it is not a bug so I'm removing that label here.
The [docstring](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/import.ts#L35C1-L49C4) gives an example of what this should look like: ``` /** * Mapping of CDK resources (L1 constructs) to physical resources to be imported * in their place,...
Any fix for this is going to have to go under a feature flag. I _think_ the path forward here is to not add that period at the end but...
> I'm not sure I would consider this bug addressed. Introducing secret rotation causes all resources in the stack to be considered an "unsupported resource type". This means the VPC...