MEDIUM
Source
CloudSploit
ID
api-gateway-request-validation

API Gateway Request Validation

Ensures that Amazon API Gateway method has request validation enabled.

Enabling request validation for API Gateway allows to perform basic validation of an API request before proceeding with the integration request and publishes the validation results in CloudWatch Logs. When request validation fails, API Gateway immediately fails the request reducing unnecessary calls to the backend.

Modify API Gateway configuration and ensure that appropriate request validators are set for each API.