Skip to content

Commit

Permalink
Add 'no kendra' publish script option for regions that don't support …
Browse files Browse the repository at this point in the history
…Amazon Kendra
  • Loading branch information
rstrahan committed Feb 19, 2022
1 parent e1a8dcf commit dee5ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Prerequisite: You must already have the [AWS CLI](https://docs.aws.amazon.com/cl

To deploy to non-default region, set environment variable `AWS_DEFAULT_REGION` to a region supported by Amazon Transcribe. See: [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/)
E.g. to deploy in Ireland run `export AWS_DEFAULT_REGION=eu-west-1` before running the publish script.
**NOTE: Tested only in us-east-1 so far!!**

**NOTE:** To publish in a region that is not yet supported by Amazon Kendra, follow the direction below, but use the script `publish-nokendra.sh` instead of `publish.sh`. See [AWS Region Table](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/)

Run the script with up to 3 parameters:
```
Expand Down

0 comments on commit dee5ee0

Please sign in to comment.