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" ,
2524 "LOCALSTACK_APPINSPECTOR_ENABLE" : " 1" ,
2625 "LOCALSTACK_APPINSPECTOR_DEV_ENABLE" : " 1"
2726 },
Original file line number Diff line number Diff line change @@ -10,12 +10,10 @@ help: ## Show this help
1010# ── LocalStack ────────────────────────────────────────────────────────────────
1111
1212start : # # Start LocalStack in the background
13- LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 \
14- LAMBDA_DOCKER_FLAGS=' -p 19891:19891' localstack start -d
13+ LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 localstack start -d
1514
1615debug-start : # # Start LocalStack with Lambda debug mode enabled (port 19891)
1716 LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 \
18- LAMBDA_DOCKER_FLAGS=' -p 19891:19891' \
1917 LAMBDA_DEBUG_MODE_CONFIG_PATH=$(PWD ) /.localstack/lambda_debug_mode.yaml localstack start -d
2018
2119hot-reload : # # Switch order-handler to hot-reload mode (edits take effect immediately)
You can’t perform that action at this time.
0 commit comments