Skip to content

Commit ba13803

Browse files
committed
fix env var in makefile
1 parent dc126cb commit ba13803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ debug-start: ## Start LocalStack with Lambda debug mode enabled (port 19891)
1616
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" \
19-
LAMBDA_DEBUG_MODE_CONFIG_PATH=/tmp/ls-debug/lambda_debug_mode.yaml localstack start -d
19+
LOCALSTACK_LAMBDA_DEBUG_MODE_CONFIG_PATH=/tmp/ls-debug/lambda_debug_mode.yaml localstack start -d
2020

2121
hot-reload: ## Switch order-handler to hot-reload mode (edits take effect immediately)
2222
awslocal lambda update-function-code \

0 commit comments

Comments
 (0)