Skip to content

Commit 9e795db

Browse files
authored
switch to auth token and update link (#5)
1 parent aaf6a14 commit 9e795db

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
@@ -35,10 +35,10 @@ We are using Athena & Glue Data Catalog in our sample application. These service
3535

3636
To circumvent this, you can pull the `localstack/localstack-pro:2.0.0-bigdata` Mono container image with pre-installed default dependencies. You can launch the container with the LocalStack CLI or via [Docker](https://docs.localstack.cloud/getting-started/installation/#docker)/[Docker Compose](https://docs.localstack.cloud/getting-started/installation/#docker-compose).
3737

38-
Start LocalStack Pro with the `LOCALSTACK_API_KEY` pre-configured:
38+
Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
3939

4040
```sh
41-
export LOCALSTACK_API_KEY=<your-api-key>
41+
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
4242
localstack start
4343
```
4444

@@ -78,7 +78,7 @@ If the StackStatus is `CREATE_COMPLETE`, you can proceed to the next step.
7878

7979
### Running Athena SQL queries
8080

81-
After the CloudFormation stack has been deployed in LocalStack, you can run queries against the data. To make testing more accessible, we have an [Athena SQL viewer](https://app.localstack.cloud/resources/athena/sql) in the LocalStack Web Application. You can run queries against the `covid-19` database in the Glue Data Catalog.
81+
After the CloudFormation stack has been deployed in LocalStack, you can run queries against the data. To make testing more accessible, we have an [Athena SQL viewer](https://app.localstack.cloud/inst/default/resources/athena/sql) in the LocalStack Web Application. You can run queries against the `covid-19` database in the Glue Data Catalog.
8282

8383
Run the query to fetch the hospital beds per US state:
8484

0 commit comments

Comments
 (0)