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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
This plugin allows Serverless applications to be deployed and tested on your local machine. Any requests to AWS to be redirected to a running LocalStack instance.
8
8
9
9
Pre-requisites:
10
-
* LocalStack
10
+
* LocalStack Pro (requires `LOCALSTACK_AUTH_TOKEN` environment variable)
11
11
12
12
## Installation
13
13
@@ -64,6 +64,7 @@ custom:
64
64
### Configuration via environment variables
65
65
66
66
The following environment variables can be configured (taking precedence over the values in `serverless.yml`):
67
+
*`LOCALSTACK_AUTH_TOKEN`: **Required.** Your LocalStack auth token for LocalStack Pro. Obtain one from [LocalStack](https://app.localstack.cloud/).
67
68
*`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.
68
69
*`EDGE_PORT`: LocalStack edge port to connect to (deprecated; default: `4566`)
69
70
*`LOCALSTACK_HOSTNAME`: LocalStack host name to connect to (deprecated; default: `localhost`)
@@ -208,6 +209,7 @@ custom:
208
209
```
209
210
210
211
## Change Log
212
+
* v1.4.0: Switch to LocalStack Pro image (`localstack/localstack-pro`), require `LOCALSTACK_AUTH_TOKEN`
211
213
* v1.3.1: prevent the mounting of code if the Lambda uses an ECR Image
212
214
* v1.3.0: add support for built-in Esbuild in Serverless Framework v4 #267
213
215
* v1.2.1: Fix custom-resource bucket compatibility with serverless >3.39.0, continue improving support for `AWS_ENDPOINT_URL`
0 commit comments