terraform-aws-apigateway-v2 icon indicating copy to clipboard operation
terraform-aws-apigateway-v2 copied to clipboard

Terraform module to create AWS API Gateway v2 (HTTP/WebSocket) πŸ‡ΊπŸ‡¦

Results 10 terraform-aws-apigateway-v2 issues
Sort by recently updated
recently updated
newest added

## Is your request related to a problem? Please describe. route_settings are in main.tf but are commented out, Maybe it was due to a bug in AWS provider, But anyway...

## Is your request related to a problem? Please describe. I'd like to create a deployment that's being triggered on the integration's or/and route's changes It's important to return whole...

https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/blob/master/main.tf#L55 changing $default to default when protocol != "HTTP" resolved my issue trying to connect. Was getting 429 on the first connection request to brand new websocket api gateways. Wondering...

bug
on hold

## Description - bump min version of Terraform supported to 0.13.1 - bump min version of AWS provider supported to 3.35 for `request_parameter` support (websocket) - update example to use...

wip

## Description Tainting the `aws_apigatewayv2_stage.default` resource with a configured custom domain fails to apply cleanly. - [x] βœ‹ I have searched the open/closed issues and my issue is not listed....

## Description The authorizer example has the following code: ``` "GET /some-route-with-authorizer" = { integration_type = "HTTP_PROXY" integration_uri = "some url" authorizer_key = "azure" } ... authorizers = { "azure"...

I have a terraform solution which consists of: - - Cognito - Cloudfront - APIGateway - s3 bucket website The S3 bucket website and api gateway sit on cloudfront using...

question

Could you provide an example for websocket route request_parameter? I tried like de code below, there are no errors but the request parameter is not created. ``` routes = {...

The issue https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/115 has been closed too soon, the problem is still present. As mentioned in https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/115#issuecomment-2298927187, setting `stage_access_log_settings = null` results in lots of errors: Logs ``` β•· β”‚...

Fixes #115 #121 ## Description Do not create cloudwatch log group if `stage_access_log_settings == null`. ## Motivation and Context See #115 & #121 Before this PR, it wasn't possible to...