From 82df09428b0f57fd5cbe5b449e3a3b475608d2a8 Mon Sep 17 00:00:00 2001 From: Arjun Arippa <138874725+awsarippa@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:51:43 +0530 Subject: [PATCH] Update README.md --- apigw-lambda-translate-cdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apigw-lambda-translate-cdk/README.md b/apigw-lambda-translate-cdk/README.md index da6e35142..d48abebc7 100644 --- a/apigw-lambda-translate-cdk/README.md +++ b/apigw-lambda-translate-cdk/README.md @@ -65,7 +65,7 @@ cdk deploy The deployment will create a API Gateway and a Lambda function. ## How it works -The API Gateway handles the incoming requests from the user and it invokes the relevant route. The Lambda, triggered by API Gateway, invokes the Translate's TranslateText API and the analyzed response from Translate is routed back to the requester. The target language for translation is set to French by default and users are requested to change it as per their use-case. +The API Gateway handles the incoming requests from the user and it invokes the relevant route. The Lambda function, triggered by API Gateway, invokes the Translate's TranslateText API and the analyzed response from Translate is routed back to the requester. The target language for translation is set to French by default and users are requested to change it as per their use-case. ## Testing Upon successful deployment of the stack, the Output section would provide the `APIEndpoint` in the CDK environment. Alternatively, the `APIEndpoint` can be found from the Outputs section of the `CloudFormation` stack.