AWS apigateway documentation change
Summary
Updated documentation to remove 'AWS' prefix from CloudFormation references throughout the file for terminology consistency
Security assessment
Changes are purely branding/terminology updates (AWS CloudFormation -> CloudFormation) with no security implications. No security vulnerabilities, configurations, or features are mentioned or modified in these changes.
Diff
diff --git a/apigateway/latest/developerguide/set-up-data-transformations-in-api-gateway.md b/apigateway/latest/developerguide/set-up-data-transformations-in-api-gateway.md index 8be2d9d2a..79a7ef0d7 100644 --- a//apigateway/latest/developerguide/set-up-data-transformations-in-api-gateway.md +++ b//apigateway/latest/developerguide/set-up-data-transformations-in-api-gateway.md @@ -5 +5 @@ -Set up data transformation using the API Gateway consoleSet up data transformation using the AWS CLI Completed data transformation AWS CloudFormation template +Set up data transformation using the API Gateway consoleSet up data transformation using the AWS CLI Completed data transformation CloudFormation template @@ -17 +17 @@ The following tutorial shows how to use mapping template transformations to set - * Completed data transformation AWS CloudFormation template + * Completed data transformation CloudFormation template @@ -33 +33 @@ In this tutorial, you will create an incomplete API and DynamoDB table using the -Download and unzip [the app creation template for AWS CloudFormation](samples/data-transformation-tutorial-console.zip). You'll use this template to create a DynamoDB table to post pet information and an incomplete API. You will finish the rest of the steps in the API Gateway console. +Download and unzip [the app creation template for CloudFormation](samples/data-transformation-tutorial-console.zip). You'll use this template to create a DynamoDB table to post pet information and an incomplete API. You will finish the rest of the steps in the API Gateway console. @@ -35 +35 @@ Download and unzip [the app creation template for AWS CloudFormation](samples/da -###### To create an AWS CloudFormation stack +###### To create an CloudFormation stack @@ -37 +37 @@ Download and unzip [the app creation template for AWS CloudFormation](samples/da - 1. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). + 1. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). @@ -51 +51 @@ Download and unzip [the app creation template for AWS CloudFormation](samples/da - 8. For **Capabilities** , acknowledge that AWS CloudFormation can create IAM resources in your account. + 8. For **Capabilities** , acknowledge that CloudFormation can create IAM resources in your account. @@ -58 +58 @@ Download and unzip [the app creation template for AWS CloudFormation](samples/da -AWS CloudFormation provisions the resources specified in the template. It can take a few minutes to finish provisioning your resources. When the status of your AWS CloudFormation stack is **CREATE_COMPLETE** , you're ready to move on to the next step. +CloudFormation provisions the resources specified in the template. It can take a few minutes to finish provisioning your resources. When the status of your CloudFormation stack is **CREATE_COMPLETE** , you're ready to move on to the next step. @@ -62 +62 @@ AWS CloudFormation provisions the resources specified in the template. It can ta - 1. On the **Resources** tab of the AWS CloudFormation stack for `data-transformation-tutorial-console`, select the physical ID of your API. + 1. On the **Resources** tab of the CloudFormation stack for `data-transformation-tutorial-console`, select the physical ID of your API. @@ -155 +155 @@ The output of the test will show the transformed response. -The AWS CloudFormation template has populated some of the integration request fields. +The CloudFormation template has populated some of the integration request fields. @@ -165 +165 @@ The AWS CloudFormation template has populated some of the integration request fi - * The Execution role allowing API Gateway to put an item into the DynamoDB table is `data-transformation-tutorial-console-APIGatewayRole`. AWS CloudFormation created this role to allow API Gateway to have the minimal permissions for interacting with DynamoDB. + * The Execution role allowing API Gateway to put an item into the DynamoDB table is `data-transformation-tutorial-console-APIGatewayRole`. CloudFormation created this role to allow API Gateway to have the minimal permissions for interacting with DynamoDB. @@ -203 +203 @@ This template specifies the table as `data-transformation-tutorial-console-ddb` -The AWS CloudFormation created a blank method and integration response. You will edit this response to provide more information. For more information about how to edit responses, see [Parameter mapping examples for REST APIs in API Gateway](./request-response-data-mappings.html). +The CloudFormation created a blank method and integration response. You will edit this response to provide more information. For more information about how to edit responses, see [Parameter mapping examples for REST APIs in API Gateway](./request-response-data-mappings.html). @@ -243 +243 @@ You can open the DynamoDB console at [https://console.aws.amazon.com/dynamodb/]( -###### To delete an AWS CloudFormation stack +###### To delete an CloudFormation stack @@ -245 +245 @@ You can open the DynamoDB console at [https://console.aws.amazon.com/dynamodb/]( - 1. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). + 1. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). @@ -247 +247 @@ You can open the DynamoDB console at [https://console.aws.amazon.com/dynamodb/]( - 2. Select your AWS CloudFormation stack. + 2. Select your CloudFormation stack. @@ -265 +265 @@ In this tutorial, you will create an incomplete API and DynamoDB table using the -###### To create an AWS CloudFormation stack +###### To create an CloudFormation stack @@ -267 +267 @@ In this tutorial, you will create an incomplete API and DynamoDB table using the -Download and unzip [the app creation template for AWS CloudFormation](samples/data-transformation-tutorial-cli.zip). +Download and unzip [the app creation template for CloudFormation](samples/data-transformation-tutorial-cli.zip). @@ -277 +277 @@ In Windows, some Bash CLI commands that you commonly use (such as `zip`) are not - 1. Use the following command to create the AWS CloudFormation stack. + 1. Use the following command to create the CloudFormation stack. @@ -281 +281 @@ In Windows, some Bash CLI commands that you commonly use (such as `zip`) are not - 2. AWS CloudFormation provisions the resources specified in the template. It can take a few minutes to finish provisioning your resources. Use the following command to see the status of your AWS CloudFormation stack. + 2. CloudFormation provisions the resources specified in the template. It can take a few minutes to finish provisioning your resources. Use the following command to see the status of your CloudFormation stack. @@ -285 +285 @@ In Windows, some Bash CLI commands that you commonly use (such as `zip`) are not - 3. When the status of your AWS CloudFormation stack is `StackStatus: "CREATE_COMPLETE"`, use the following command to retrieve relevant output values for future steps. + 3. When the status of your CloudFormation stack is `StackStatus: "CREATE_COMPLETE"`, use the following command to retrieve relevant output values for future steps. @@ -390 +390 @@ The output of the test will show the transformed response. -This method will allow you to send pet information to the DynamoDB table that your created in the AWS CloudFormation stack. +This method will allow you to send pet information to the DynamoDB table that your created in the CloudFormation stack. @@ -437 +437 @@ The output will show the successful message. -###### To delete an AWS CloudFormation stack +###### To delete an CloudFormation stack @@ -439 +439 @@ The output will show the successful message. - * Use the following command to delete your AWS CloudFormation resources. + * Use the following command to delete your CloudFormation resources. @@ -446 +446 @@ The output will show the successful message. -## Completed data transformation AWS CloudFormation template +## Completed data transformation CloudFormation template @@ -448 +448 @@ The output will show the successful message. -The following example is a completed AWS CloudFormation template, which creates an API and a DynamoDB table with a `/pets` resource with `GET` and `POST` methods. +The following example is a completed CloudFormation template, which creates an API and a DynamoDB table with a `/pets` resource with `GET` and `POST` methods.