Skip to content

Commit 6330cf8

Browse files
committed
fix typos
1 parent b2fa4cc commit 6330cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Accept all the default values, except:
401401
QuoteService has no authentication. Is this okay? [y/N]: <-- answer Y here
402402
```
403403
404-
This command outputs the URL of the API GAteway, for example:
404+
This command outputs the URL of the API Gateway, for example:
405405
406406
```sh
407407
Outputs
@@ -428,9 +428,9 @@ curl [[ Replace with SWIFTAPIEndpoint value ]]/stocks/AAPL
428428
429429
## Deployment costs
430430
431-
On new AWS accounts, there is no cost associated with teh deployment and test of this sample code. It falls under the permananet AWS free Tier for [AWS Lambda](https://aws.amazon.com/lambda/pricing/) and [Amazon API Gateway](https://aws.amazon.com/lambda/pricing/)
431+
On new AWS accounts, there is no costs associated with the deployment and test of this sample code, up to 1 million invocation per month. It falls under the permananet AWS free Tier for [AWS Lambda](https://aws.amazon.com/lambda/pricing/) and [Amazon API Gateway](https://aws.amazon.com/api-gateway/pricing/)
432432
433-
When you're account is older than a year, you are charged $1.0 per million calls to the API Gateway.
433+
When you're account is older than a year, you are charged $1.0 per million calls to the API Gateway. AWS Lambda function invocation stays free up to 4 million invocations and 400.000 GB-second compute time per month.
434434
435435
## Cleanup
436436

0 commit comments

Comments
 (0)