AWS apigateway documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in template descriptions
Security assessment
Terminology standardization in JWT authorizer documentation. The security-related content about Cognito integration remains unchanged.
Diff
diff --git a/apigateway/latest/developerguide/http-api-jwt-authorizer.md b/apigateway/latest/developerguide/http-api-jwt-authorizer.md index f1c2a332c..468d32c71 100644 --- a//apigateway/latest/developerguide/http-api-jwt-authorizer.md +++ b//apigateway/latest/developerguide/http-api-jwt-authorizer.md @@ -95 +95 @@ The following [create-authorizer](https://docs.aws.amazon.com/cli/latest/referen -The following AWS CloudFormation template creates an HTTP API with a JWT authorizer that uses Amazon Cognito as an identity provider. +The following CloudFormation template creates an HTTP API with a JWT authorizer that uses Amazon Cognito as an identity provider. @@ -97 +97 @@ The following AWS CloudFormation template creates an HTTP API with a JWT authori -The output of the AWS CloudFormation template is a URL for an Amazon Cognito hosted UI where clients can sign up and sign in to receive a JWT. After a client signs in, the client is redirected to your HTTP API with an access token in the URL. To invoke the API with the access token, change the `#` in the URL to a `?` to use the token as a query string parameter. +The output of the CloudFormation template is a URL for an Amazon Cognito hosted UI where clients can sign up and sign in to receive a JWT. After a client signs in, the client is redirected to your HTTP API with an access token in the URL. To invoke the API with the access token, change the `#` in the URL to a `?` to use the token as a query string parameter.