AWS Security ChangesHomeSearch

AWS apigateway documentation change

Service: apigateway · 2025-03-12 · Documentation low

File: apigateway/latest/developerguide/integration-request-basic-setup.md

Summary

Updated references to data mapping documentation and added content about payload handling

Security assessment

Changes update documentation links and mention payload handling procedures without addressing security vulnerabilities or introducing security features.

Diff

diff --git a/apigateway/latest/developerguide/integration-request-basic-setup.md b/Users/docs/2025-03-10_15-36-52/apigateway/latest/developerguide/integration-request-basic-setup.md
index ac255bca0..302c190b6 100644
--- a/apigateway/latest/developerguide/integration-request-basic-setup.md
+++ b/apigateway/latest/developerguide/integration-request-basic-setup.md
@@ -33 +33 @@ As an API developer, you can use whatever HTTP verb and URI for a method request
-In the preceding examples, the mapping translates the path variable (`{var}`) and the query parameter (`query`) values of the `GET` method request to the values of the integration request's payload properties of `path` and `type`. Other mappable request data includes request headers and body. These are described in [Parameter mapping for REST APIs in API Gateway](./rest-api-parameter-mapping.html).
+In the preceding examples, the mapping translates the path variable (`{var}`) and the query parameter (`query`) values of the `GET` method request to the values of the integration request's payload properties of `path` and `type`. Other mappable request data includes request headers and body. These are described in [Set up request and response data mappings using the API Gateway console](./how-to-method-settings-execution-console.html). 
@@ -66 +66 @@ This IAM role must contain a policy to allow the action to be executed. It must
-We discussed the basic integration setup. Advanced settings involve mapping method request data to the integration request data. For more information, see [Data transformations for REST APIs in API Gateway](./rest-api-data-transformations.html).
+We discussed the basic integration setup. Advanced settings involve mapping method request data to the integration request data. After discussing the basic setup for an integration response, we cover advanced topics in [Set up request and response data mappings using the API Gateway console](./how-to-method-settings-execution-console.html), where we also cover passing payload through and handling content encodings.