Open jasonlim-bandlab opened 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
@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.
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.
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