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
That's true, and I set the method as such when using lambda. If you'd prefer the module have this logic, you can suggest a change, but I'm not sure it is needed.
In the
aws_api_gateway_integration
resource definition,integration_http_method
is derived as below,integration_http_method = contains(["AWS", "AWS_PROXY", "HTTP", "HTTP_PROXY"], each.value.config.type) ? aws_api_gateway_method.this[each.key].http_method : null
That would be equal to the API Gateway resource method. For Lambda, that value can only be "POST".
Reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_integration#integration_http_method
The text was updated successfully, but these errors were encountered: