Skip to content

Commit

Permalink
Merge pull request #294 from cefn/cefn-fixed-typos
Browse files Browse the repository at this point in the history
chore: Fix some typos
  • Loading branch information
jagregory authored Aug 23, 2022
2 parents f562364 + 62bb096 commit fcbe763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ or you can have each team member run the above command when they first start usi
## Configuration

You do not need to supply a config unless you need to customise the behaviour of Congito Local. If you are using Lambda
You do not need to supply a config unless you need to customise the behaviour of Cognito Local. If you are using Lambda
triggers with local Lambdas, you will definitely need to override `LambdaClient.endpoint` at a minimum.

Before starting Cognito Local, create a config file if one doesn't already exist:
Expand Down Expand Up @@ -369,7 +369,7 @@ To use a the custom email sender trigger you **must** provide the `KMSKeyID` and

One way of setting this up locally is as follows:

You can use the (local kms)[https://github.com/nsmithuk/local-kms] package to simulate a locally running KMS service.
You can use the [local kms](https://github.com/nsmithuk/local-kms) package to simulate a locally running KMS service.

Create a `./local-kms/seed.yml` file and populate it with the KMS Key and the KMS Alias:

Expand Down

0 comments on commit fcbe763

Please sign in to comment.