Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 30f92b5

Browse files
authored
swap api key with auth token (#11)
1 parent 6d8ff59 commit 30f92b5

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
@@ -40,10 +40,10 @@ We are using the following AWS services to build our infrastructure:
4040
- [Serverless Framework](https://www.npmjs.com/package/serverless) with [Serverless LocalStack Plugin](https://www.npmjs.com/package/serverless-localstack) and [Serverless Lift Plugin](https://www.npmjs.com/package/serverless-lift)
4141
- [Node.js](https://nodejs.org/en/download/) with `npm` package manager.
4242

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

4545
```shell
46-
export LOCALSTACK_API_KEY=<your-api-key>
46+
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
4747
localstack start
4848
```
4949

@@ -124,7 +124,7 @@ You can then access the web interface on `http://localhost:3000` where you will
124124
Then start LocalStack with the `SMTP_HOST` environment variable, pointing to the host and port where the SMTP server is reachable:
125125

126126
```shell
127-
export LOCALSTACK_API_KEY=<your-api-key>
127+
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
128128
SMTP_HOST=host.docker.internal:2525 localstack start
129129
```
130130

0 commit comments

Comments
 (0)