Skip to content

Commit

Permalink
Trigger redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pswies committed Nov 6, 2024
1 parent d91fa7d commit 9487b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplitude_api_gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_apigatewayv2_integration" "this" {
integration_method = "ANY"
integration_type = "HTTP_PROXY"
integration_uri = "https://api.eu.amplitude.com/2/httpapi"
timeout_milliseconds = 30001
timeout_milliseconds = 29999
payload_format_version = "1.0"
}

Expand Down

0 comments on commit 9487b4c

Please sign in to comment.