pulumi / pulumi-aws-native

AWS Native Provider for Pulumi
Apache License 2.0
95 stars 17 forks source link

Missing aws-native.apigatewayv2.Stage class #1692

Open jasonlim-bandlab opened 2 months ago

jasonlim-bandlab commented 2 months ago

Hello!

Issue details

Why is there no aws-native.apigatewayv2.Stage class? We have it in AWS Classic, so am I missing something in the documentation? It doesn't make sense that the Stage class is unavailable, as we should be able to create different stages for our API Gateway.

Affected area/feature

t0yv0 commented 2 months ago

It appears that Cloud Control API does not yet support this resource per https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html

jasonakon commented 2 months ago

@t0yv0, if it's not supported by Cloud Control API at the moment, are you suggesting we temporarily use @pulumi/aws with aws.apigatewayv2.Stage? Or do you have a better method for configuring it using @pulumi/aws-native? Please let me know.

t0yv0 commented 2 months ago

Indeed, it's not going to be supported in @pulumi/aws-native until such time as Cloud Control API supports it. If you need to manage these resources with Pulumi, @pulumi/aws is indeed the recommendation.