File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 }
2222 },
2323 "remoteEnv" : {
24- "LAMBDA_DOCKER_FLAGS" : " -p 19891:19891"
24+ "LAMBDA_DOCKER_FLAGS" : " -p 19891:19891" ,
25+ "LOCALSTACK_APPINSPECTOR_ENABLE" : " 1" ,
26+ "LOCALSTACK_APPINSPECTOR_DEV_ENABLE" : " 1"
2527 },
2628 "postStartCommand" : " bash ./00-setup/setup.sh"
2729}
Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ help: ## Show this help
1111
1212start : # # Start LocalStack in the background
1313 LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 \
14- LAMBDA_DOCKER_FLAGS=' -p 19891:19891' \
15- localstack start -d
14+ LAMBDA_DOCKER_FLAGS=' -p 19891:19891' localstack start -d
1615
1716debug-start : # # Start LocalStack with Lambda debug mode enabled (port 19891)
1817 LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 \
1918 LAMBDA_DOCKER_FLAGS=' -p 19891:19891' \
20- LAMBDA_DEBUG_MODE_CONFIG_PATH=$(PWD ) /.localstack/lambda_debug_mode.yaml \
21- localstack start -d
19+ LAMBDA_DEBUG_MODE_CONFIG_PATH=$(PWD ) /.localstack/lambda_debug_mode.yaml localstack start -d
2220
2321hot-reload : # # Switch order-handler to hot-reload mode (edits take effect immediately)
2422 awslocal lambda update-function-code \
You can’t perform that action at this time.
0 commit comments