Skip to content

Commit b75d661

Browse files
committed
improve messaging around auth token env var
1 parent d223be2 commit b75d661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ custom:
6565
### Configuration via environment variables
6666

6767
The following environment variables can be configured (taking precedence over the values in `serverless.yml`):
68-
* `LOCALSTACK_AUTH_TOKEN`: **Required.** Your LocalStack auth token for LocalStack Pro. Obtain one from [LocalStack](https://app.localstack.cloud/).
68+
* `LOCALSTACK_AUTH_TOKEN`: Your LocalStack auth token for LocalStack Pro. Obtain one from [LocalStack](https://app.localstack.cloud/).
6969
* `AWS_ENDPOINT_URL`: LocalStack endpoint URL to connect to (default: `http://localhost:4566`). This is the recommended configuration, and replaces the deprecated config options (`EDGE_PORT`/`LOCALSTACK_HOSTNAME`/`USE_SSL`) below.
7070
* `EDGE_PORT`: LocalStack edge port to connect to (deprecated; default: `4566`)
7171
* `LOCALSTACK_HOSTNAME`: LocalStack host name to connect to (deprecated; default: `localhost`)
@@ -210,7 +210,7 @@ custom:
210210
```
211211
212212
## Change Log
213-
* v1.4.0: Use LocalStack Pro image (`localstack/localstack-pro`) by default, require `LOCALSTACK_AUTH_TOKEN`. Addition of `image` config var
213+
* v1.4.0: Use LocalStack Pro image (`localstack/localstack-pro`) by default. Addition of `image` config var to set a different image
214214
* v1.3.1: prevent the mounting of code if the Lambda uses an ECR Image
215215
* v1.3.0: add support for built-in Esbuild in Serverless Framework v4 #267
216216
* v1.2.1: Fix custom-resource bucket compatibility with serverless >3.39.0, continue improving support for `AWS_ENDPOINT_URL`

0 commit comments

Comments
 (0)