File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 needs : environment-set-up
112112 timeout-minutes : 10
113113 env :
114- LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT : http://localstack :4566/
114+ LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT : http://localhost :4566/
115115 RUNNING_LOCALSTACK_URL : http://localhost:4566/
116116 steps :
117117 - name : " Checkout code"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
99 # LocalStack configuration: https://docs.localstack.cloud/references/configuration/
1010 - DEBUG=${LOCALSTACK_DEBUG:-0}
1111 - DEFAULT_REGION=${AWS_DEFAULT_REGION:-eu-west-1}
12+ - LAMBDA_EXECUTOR=local
1213 volumes :
1314 - " ${LOCALSTACK_VOLUME_DIR:-../volume}:/var/lib/localstack"
1415 - " /var/run/docker.sock:/var/run/docker.sock"
You can’t perform that action at this time.
0 commit comments