From 9a748e1ac72b827fed5a48827fdb61530097a0ac Mon Sep 17 00:00:00 2001 From: Denrei Keith <42316655+dkeithdj@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:07:52 +0800 Subject: [PATCH] chore(docs): fix typo --- go/httpapi-lambda/README.md | 2 +- go/restapi-lambda/README.md | 4 ++-- go/restapi-sqs/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go/httpapi-lambda/README.md b/go/httpapi-lambda/README.md index 11044f1c3b..5b26654612 100644 --- a/go/httpapi-lambda/README.md +++ b/go/httpapi-lambda/README.md @@ -1,5 +1,5 @@ # Amazon API Gateway HTTP API to AWS Lambda -This example creates an http api toghether with a simple lambda function returning *hello world!* +This example creates an http api together with a simple lambda function returning *hello world!* ## Deploy Run `cdk deploy`. This will deploy / redeploy your Stack to your AWS Account. diff --git a/go/restapi-lambda/README.md b/go/restapi-lambda/README.md index 52ca173482..554982c3f8 100755 --- a/go/restapi-lambda/README.md +++ b/go/restapi-lambda/README.md @@ -1,6 +1,6 @@ # Amazon API Gateway Rest API to AWS Lambda -This example creates a rest api toghether with a simple lambda function returning *hello world!* +This example creates a rest api together with a simple lambda function returning *hello world!* ### Deploy Run `cdk deploy`. This will deploy / redeploy your Stack to your AWS Account. @@ -8,4 +8,4 @@ Run `cdk deploy`. This will deploy / redeploy your Stack to your AWS Account. After the deployment you will see the API's URL, which represents the url you can then use to execute the lambda function. ### Synthesize Cloudformation Template -To see the Cloudformation template generated by the CDK, run `cdk synth`, then check the output file in the "cdk.out" directory. \ No newline at end of file +To see the Cloudformation template generated by the CDK, run `cdk synth`, then check the output file in the "cdk.out" directory. diff --git a/go/restapi-sqs/README.md b/go/restapi-sqs/README.md index c315f20520..c2dbc80125 100644 --- a/go/restapi-sqs/README.md +++ b/go/restapi-sqs/README.md @@ -1,6 +1,6 @@ # Amazon Api Gateway Rest Api to Amazon SQS -This example creates a rest api toghether with a SQS. By calling the rest api, a message will be forwarded to the SQS. +This example creates a rest api together with a SQS. By calling the rest api, a message will be forwarded to the SQS. ## Deploy Run `cdk deploy`. This will deploy / redeploy your Stack to your AWS Account. @@ -18,4 +18,4 @@ $ aws apigateway test-invoke-method --rest-api-id --resource-id