(@aws-cdk/core): Invalid physical name passed to CloudFormation. Use "this.physicalName" instead #16167
Labels
@aws-cdk/aws-cloudformation
Related to AWS CloudFormation
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
p1
Reproduction Steps
What did you expect to happen?
I would expect it not to error.
What actually happened?
node_modules/@aws-cdk/core/lib/private/physical-name-generator.ts:91
throw new Error('Invalid physical name passed to CloudFormation. Use "this.physicalName" instead');
Environment
Other
I originally tried literal secretName and received this error:
.../node_modules/@aws-cdk/core/lib/secret-value.ts:19
throw new Error('secret id "${secretId}" is not an ARN but contains ":"');
Issue: #16166
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: