pulumi / pulumi-aws-apigateway

Apache License 2.0
10 stars 5 forks source link

Allow specifying physical name of apigateway #75

Closed jfu-lululemon closed 1 year ago

jfu-lululemon commented 1 year ago

Hello!

Issue details

From reading the documents, it seems that this package does not allow users to specify/override the physical name of the created apigateway. The pulumi_aws package however, does support this: image

Affected area/feature

Would be great if we can add this support because having that random string suffix might be undesired sometimes.

jfu-lululemon commented 1 year ago

After some testing it seems that pulumi_aws_apigateway doesn't append random string suffix to the physical name of apigateway, unlike pulumi_aws. Closing this ticket.