We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a RestAPIId field in the Authorizer struct https://github.com/aws/aws-sdk-go/blob/master/service/apigateway/api.go#L11595
RestAPIId
i can open a PR for the API side but i can't change the model per the contribution guide (i also assume there is backend component for that)
I tried working on hashicorp/terraform-provider-aws#9529 but i couldnt think of a soultion without having this field.
List all apigateways and look at each authorizer and find the right api
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
Add a
RestAPIId
field in the Authorizer structhttps://github.com/aws/aws-sdk-go/blob/master/service/apigateway/api.go#L11595
i can open a PR for the API side but i can't change the model per the contribution guide (i also assume there is backend component for that)
I tried working on hashicorp/terraform-provider-aws#9529 but i couldnt think of a soultion without having this field.
Describe alternatives you've considered
List all apigateways and look at each authorizer and find the right api
The text was updated successfully, but these errors were encountered: