Skip to content

Commit 4ba2f49

Browse files
authored
ci: remove deprecated lambda executor from localstack config (#6771)
* remove deprecated lambda executor from localstack config * mount docker socket in localstack container
1 parent c719f34 commit 4ba2f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ jobs:
7878
EXTRA_CORS_EXPOSE_HEADERS: x-amz-request-id,x-amzn-requestid,x-amz-id-2
7979
AWS_DEFAULT_REGION: us-east-1
8080
FORCE_NONINTERACTIVE: 'true'
81-
LAMBDA_EXECUTOR: local
8281
START_WEB: '0'
8382
ports:
8483
- 4566:4566
84+
volumes:
85+
- /var/run/docker.sock:/var/run/docker.sock:rw
8586
# we have two localstacks since upgrading localstack was causing lambda & S3 tests to fail
8687
# To-Do: Debug localstack / lambda and localstack / S3
8788
localstack-legacy:

0 commit comments

Comments
 (0)