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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,10 @@ custom:
63
63
### Configuration via environment variables
64
64
65
65
The following environment variables can be configured (taking precedence over the values in `serverless.yml`):
66
-
*`EDGE_PORT`: LocalStack edge port to connect to (default: `4566`)
67
-
*`LOCALSTACK_HOSTNAME`: LocalStack host name to connect to (default: `localhost`)
66
+
*`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.
67
+
*`EDGE_PORT`: LocalStack edge port to connect to (deprecated; default: `4566`)
68
+
*`LOCALSTACK_HOSTNAME`: LocalStack host name to connect to (deprecated; default: `localhost`)
69
+
*`USE_SSL`: Whether to use SSL/HTTPS when connecting to the LocalStack endpoint (deprecated)
68
70
69
71
### Activating the plugin for certain stages
70
72
@@ -206,6 +208,7 @@ custom:
206
208
207
209
## Change Log
208
210
211
+
* v1.1.2: Unify construction of target endpoint URL, add support for configuring `AWS_ENDPOINT_URL`
209
212
* v1.1.1: Fix layer deployment if `mountCode` is enabled by always packaging and deploying
210
213
* v1.1.0: Fix SSM environment variables resolving issues with serverless v3, change default for `BUCKET_MARKER_LOCAL` to `hot-reload`
211
214
* v1.0.6: Add `BUCKET_MARKER_LOCAL` configuration for customizing S3 bucket for lambda mount and [Hot Reloading](https://docs.localstack.cloud/user-guide/tools/lambda-tools/hot-reloading/).
0 commit comments