-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Api Gateway Rest API #845
Comments
@jbuettnerbild It seems these are the only types that are currently supported by AWS, see the AWS CLI command doc. It'd be more helpful if you can share commands, scripts or Terraform HCLs you use to achieve your goals so that we can see which resources and parameters are needed. |
hi @muvaf. Over the AWS Console you have four options. Currently i did this with terraform --> https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_rest_api A better dokumentation or a example for AWS services over Websocket Api Gateway would be helpfull. |
Hi folks .. We are actually facing the same issue! Is it this "issue" on crossplane roadmap? |
It seems like we need support for |
|
maybe interesting for @apmartins85 and @jbuettnerbild check out the awesome provider-jet-aws (leveraging terraform under the hood). It has coverage for both apigateway API versions, and from looking at the code in https://github.com/crossplane-contrib/provider-jet-aws it should provide support for the REST APIGateway in v0.4.0-preview according to https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-aws/apigateway.aws.jet.crossplane.io/RestAPI/[email protected] so if you need it earlier than it can be made into the provider-aws maybe you give the provider-jet-aws a spin. I guess I'll try it for my use case |
implemented with #1230 |
….10.0 Bump upjet to v0.10.0
At the moment only HTTP and WEBSOCKET are supported.
For my usecase i need a AWS REST Api Gateway.
Further: The Documentation of the Api Gateway is very bad (https://doc.crds.dev/github.com/crossplane/provider-aws/apigatewayv2.aws.crossplane.io/API/[email protected])
It will be very helpful to see the available options.
For example: for the required parameters protocolType something like Must be one of [HTTP, WEBSOCKET]
The text was updated successfully, but these errors were encountered: