Skip to content

Commit

Permalink
swap api key with auth token (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Aug 6, 2024
1 parent 3a956ff commit 00061d3
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 @@ -32,10 +32,10 @@ We are using the following AWS services and their features to build our infrastr
- [AWS CLI](https://docs.localstack.cloud/user-guide/integrations/aws-cli/) with the [`awslocal` wrapper](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal).
- [Node.js 18.x](https://nodejs.org/en/download/) with the [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) package manager.

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

```shell
export LOCALSTACK_API_KEY=<your-api-key>
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
DEBUG=1 localstack start
```

Expand Down

0 comments on commit 00061d3

Please sign in to comment.