Skip to content

Commit

Permalink
add rate
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Oct 18, 2024
1 parent 7fb3cf5 commit d19c38a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/apigateway_events_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ resource "aws_apigatewayv2_stage" "events_api_stage_staging" {
logging_level = "INFO"
detailed_metrics_enabled = true
data_trace_enabled = true
throttling_rate_limit = 1000
throttling_burst_limit = 1000
}

access_log_settings {
Expand Down

0 comments on commit d19c38a

Please sign in to comment.