AWS apigateway documentation change
Summary
Fixed grammatical error in Lambda authorizer description
Security assessment
Minor grammatical correction with no security implications.
Diff
diff --git a/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.md b/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.md index 2c002f4e5..6040da9de 100644 --- a//apigateway/latest/developerguide/apigateway-use-lambda-authorizer.md +++ b//apigateway/latest/developerguide/apigateway-use-lambda-authorizer.md @@ -9 +9 @@ Lambda authorizer authorization workflowChoosing a type of Lambda authorizerExam -Use a _Lambda authorizer_ (formerly known as a _custom authorizer_) to control access to your API. When a client makes a request your API's method, API Gateway calls your Lambda authorizer. The Lambda authorizer takes the caller's identity as the input and returns an IAM policy as the output. +Use a _Lambda authorizer_ (formerly known as a _custom authorizer_) to control access to your API. When a client makes a request to your API's method, API Gateway calls your Lambda authorizer. The Lambda authorizer takes the caller's identity as the input and returns an IAM policy as the output.