crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

[Question] How to configure a API Gateway v2 Stage name? #1353

Open marmol-dev opened 3 weeks ago

marmol-dev commented 3 weeks ago

Versions:

crossplane: 1.15.2 crossplane-aws-apigatewayv2: 1.4.0

Question:

How I configure a AWS API Gateway v2 Stage name?

I need to create a stage with the name $default to automatically deploy changes of my APIs. The AWS Stage name is the same that the "metadata.name" of the Stage resource and in the documentation there is no field for configuring this. In the API Gateway v1 there is a stageName field for this (documentation).

Thanks for the support.

mbbush commented 1 week ago

Set the desired name in metadata.annotations[crossplane.io/external-name]