Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
awsarippa authored Jan 9, 2024
1 parent cf1bf8c commit 82df094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigw-lambda-translate-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 82df094

Please sign in to comment.