You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,10 @@ We are using the following AWS services to build our infrastructure:
40
40
-[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)
41
41
-[Node.js](https://nodejs.org/en/download/) with `npm` package manager.
42
42
43
-
Start LocalStack Pro with the `LOCALSTACK_API_KEY` pre-configured:
43
+
Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
44
44
45
45
```shell
46
-
exportLOCALSTACK_API_KEY=<your-api-key>
46
+
exportLOCALSTACK_AUTH_TOKEN=<your-auth-token>
47
47
localstack start
48
48
```
49
49
@@ -124,7 +124,7 @@ You can then access the web interface on `http://localhost:3000` where you will
124
124
Then start LocalStack with the `SMTP_HOST` environment variable, pointing to the host and port where the SMTP server is reachable:
0 commit comments