apigateway: unique name for restApiName
#32564
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
closing-soon
This issue will automatically close in 4 days unless further comments are made.
feature-request
A feature should be added or improved.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
Currently the resource ID is set in
restApiName
, but change it to a CloudFormation-compatible unique identifier such asNames.uniqueResourceName
.Use Case
Easily identification of APIs on the management console.
Proposed Solution
https://github.com/aws/aws-cdk/blob/v2.173.2/packages/aws-cdk-lib/aws-apigateway/lib/restapi.ts#L374
Other Information
No response
Acknowledgements
CDK version used
2.173.2
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: