AWS apigateway documentation change
Summary
Added note about console method creation process linking to integration request setup documentation
Security assessment
Addition provides procedural guidance for console users without addressing security aspects or introducing security features.
Diff
diff --git a/apigateway/latest/developerguide/how-to-method-settings.md b/apigateway/latest/developerguide/how-to-method-settings.md index 03997bc79..dfdd29a0a 100644 --- a/apigateway/latest/developerguide/how-to-method-settings.md +++ b/apigateway/latest/developerguide/how-to-method-settings.md @@ -51,0 +52,4 @@ Before setting up an API method, verify the following: +###### Note + +When you create a method using the REST API console, you configure both the integration request and the method request. For more information, see [Set up an API integration request using the API Gateway console](./how-to-method-settings-console.html). +