We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c719f34 commit 4ba2f49Copy full SHA for 4ba2f49
.github/workflows/serverless.yml
@@ -78,10 +78,11 @@ jobs:
78
EXTRA_CORS_EXPOSE_HEADERS: x-amz-request-id,x-amzn-requestid,x-amz-id-2
79
AWS_DEFAULT_REGION: us-east-1
80
FORCE_NONINTERACTIVE: 'true'
81
- LAMBDA_EXECUTOR: local
82
START_WEB: '0'
83
ports:
84
- 4566:4566
+ volumes:
85
+ - /var/run/docker.sock:/var/run/docker.sock:rw
86
# we have two localstacks since upgrading localstack was causing lambda & S3 tests to fail
87
# To-Do: Debug localstack / lambda and localstack / S3
88
localstack-legacy:
0 commit comments