File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ custom:
5656 # Enable this flag to run "docker ..." commands as sudo
5757 sudo: False
5858 compose_file: /home/localstack_compose.yml # optional to use docker compose instead of docker or localstack cli
59+ image: localstack/localstack-pro # Docker image to use
5960 stages:
6061 local:
6162 ...
@@ -209,7 +210,7 @@ custom:
209210```
210211
211212## Change Log
212- * v1.4.0: Switch to LocalStack Pro image (`localstack/localstack-pro`), require `LOCALSTACK_AUTH_TOKEN`
213+ * v1.4.0: Use LocalStack Pro image (`localstack/localstack-pro`) by default , require `LOCALSTACK_AUTH_TOKEN`. Addition of `image` config var
213214* v1.3.1: prevent the mounting of code if the Lambda uses an ECR Image
214215* v1.3.0: add support for built-in Esbuild in Serverless Framework v4 #267
215216* v1.2.1: Fix custom-resource bucket compatibility with serverless >3.39.0, continue improving support for `AWS_ENDPOINT_URL`
You can’t perform that action at this time.
0 commit comments