Skip to content

feat: Add throttling to API Gateway methods#1

Closed
rvolykh wants to merge 1 commit intomainfrom
feat/throttling
Closed

feat: Add throttling to API Gateway methods#1
rvolykh wants to merge 1 commit intomainfrom
feat/throttling

Conversation

@rvolykh
Copy link
Copy Markdown
Owner

@rvolykh rvolykh commented Dec 18, 2025

No description provided.

@rvolykh rvolykh self-assigned this Dec 18, 2025
@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Comment thread infra/modules/api/main.tf
Comment on lines +132 to +143
resource "aws_api_gateway_method_settings" "this" {
rest_api_id = aws_api_gateway_rest_api.this.id
stage_name = aws_api_gateway_stage.this.stage_name
method_path = "*/*"

settings {
logging_level = "INFO"
metrics_enabled = true
throttling_rate_limit = 20
throttling_burst_limit = 10
}
}

Check failure

Code scanning / checkov

Ensure API Gateway method setting caching is enabled Error

Ensure API Gateway method setting caching is enabled
@rvolykh
Copy link
Copy Markdown
Owner Author

rvolykh commented Dec 19, 2025

the change is implemented in scope of #3

@rvolykh rvolykh closed this Dec 19, 2025
@rvolykh rvolykh deleted the feat/throttling branch December 19, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants