AWS apigateway documentation change
Summary
Updated product name from 'AWS CloudFormation' to 'CloudFormation' in introductory paragraph
Security assessment
The change is a minor editorial adjustment to branding terminology. No security-related content was added, removed, or modified. The documentation continues to describe request validation (a security feature), but this specific edit doesn't alter security guidance or address vulnerabilities.
Diff
diff --git a/apigateway/latest/developerguide/api-gateway-request-validation-sample-cloudformation.md b/apigateway/latest/developerguide/api-gateway-request-validation-sample-cloudformation.md index 0845f366c..ad312a921 100644 --- a//apigateway/latest/developerguide/api-gateway-request-validation-sample-cloudformation.md +++ b//apigateway/latest/developerguide/api-gateway-request-validation-sample-cloudformation.md @@ -7 +7 @@ -The following AWS CloudFormation example template definition defines a sample API with request validation enabled. The API is a subset of the [PetStore API](http://petstore-demo-endpoint.execute-api.com/petstore/pets). It exposes a `POST` method to add a pet to the `pets` collection and a `GET` method to query pets by a specified type. +The following CloudFormation example template definition defines a sample API with request validation enabled. The API is a subset of the [PetStore API](http://petstore-demo-endpoint.execute-api.com/petstore/pets). It exposes a `POST` method to add a pet to the `pets` collection and a `GET` method to query pets by a specified type.