Skip to content

Commit 1412425

Browse files
whummerclaude
andcommitted
Add missing LAMBDA_DEBUG_MODE=1 to debug-start target
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5d7e54c commit 1412425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ start: ## Start LocalStack in the background
1414

1515
debug-start: ## Start LocalStack with Lambda debug mode enabled (port 19891)
1616
LOCALSTACK_APPINSPECTOR_ENABLE=1 LOCALSTACK_APPINSPECTOR_DEV_ENABLE=1 \
17+
LAMBDA_DEBUG_MODE=1 \
1718
LAMBDA_DEBUG_MODE_CONFIG_PATH=$(PWD)/.localstack/lambda_debug_mode.yaml localstack start -d
1819

1920
hot-reload: ## Switch order-handler to hot-reload mode (edits take effect immediately)

0 commit comments

Comments
 (0)