You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a Deployment type in the apigatewayv2 controller, but there isn't one for the apigateway controller. Do we have to 'manually' create a deployment (by calling the deploy API) from the console or CLI after the API has been created but before the Stage is created? 🤔😅
The text was updated successfully, but these errors were encountered:
I am using the
apigateway-controller
to create a REST API.When creating a
Stage
, it requires adeploymentID
to be provided ( https://aws-controllers-k8s.github.io/community/reference/apigateway/v1alpha1/stage/#spec ), where does this come from/how is this created?I see a
Deployment
type in theapigatewayv2
controller, but there isn't one for theapigateway
controller. Do we have to 'manually' create a deployment (by calling the deploy API) from the console or CLI after theAPI
has been created but before theStage
is created? 🤔😅The text was updated successfully, but these errors were encountered: