RDS Proxy uses id
instead of uniqueId
for the Proxy name
#14374
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
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/large
Large work item – several weeks of effort
p1
When a DatabaseProxy is created, the default id appears to take the id of the resource when dbProxyName isn't specified. This generates a non unique id, meaning that if we were to spin up another stack with the same id, we would have a clash. Is there a way to generate the id to be unique as default, as is the case for many other constructs?
Reproduction Steps
What did you expect to happen?
Cloud formation id of Proxykhsf98bsj
What actually happened?
Cloud formation id of Proxy
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: