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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ custom:
65
65
### Configuration via environment variables
66
66
67
67
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/).
69
69
*`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.
70
70
*`EDGE_PORT`: LocalStack edge port to connect to (deprecated; default: `4566`)
71
71
*`LOCALSTACK_HOSTNAME`: LocalStack host name to connect to (deprecated; default: `localhost`)
@@ -210,7 +210,7 @@ custom:
210
210
```
211
211
212
212
## 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
214
214
* v1.3.1: prevent the mounting of code if the Lambda uses an ECR Image
215
215
* v1.3.0: add support for built-in Esbuild in Serverless Framework v4 #267
216
216
* v1.2.1: Fix custom-resource bucket compatibility with serverless >3.39.0, continue improving support for `AWS_ENDPOINT_URL`
0 commit comments