File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "remoteEnv" : {
2424 "LOCALSTACK_APPINSPECTOR_ENABLE" : " 1" ,
2525 "LOCALSTACK_APPINSPECTOR_DEV_ENABLE" : " 1" ,
26+ "LOCALSTACK_APP_INSPECTOR" : " 1" ,
27+ "LOCALSTACK_APPINSPECTOR" : " 1" ,
2628 "LOCALSTACK_LAMBDA_DEBUG_MODE" : " 1" ,
2729 "LOCALSTACK_LAMBDA_DEBUG_MODE_CONFIG_PATH" : " /tmp/ls-debug/lambda_debug_mode.yaml" ,
2830 "DOCKER_FLAGS" : " -v /workspaces/localstack-workshop/.localstack:/tmp/ls-debug"
Original file line number Diff line number Diff line change @@ -10,10 +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 localstack start -d
13+ LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 LOCALSTACK_APP_INSPECTOR=1 LOCALSTACK_APPINSPECTOR=1 localstack start -d
1414
1515debug-start : # # Start LocalStack with Lambda debug mode enabled (port 19891)
16- LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 \
16+ LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 LOCALSTACK_APP_INSPECTOR=1 LOCALSTACK_APPINSPECTOR=1 \
1717 LOCALSTACK_LAMBDA_DEBUG_MODE=1 \
1818 DOCKER_FLAGS=" -v $( PWD) /.localstack:/tmp/ls-debug" \
1919 LAMBDA_DEBUG_MODE_CONFIG_PATH=/tmp/ls-debug/lambda_debug_mode.yaml localstack start -d
You can’t perform that action at this time.
0 commit comments