Skip to content

Commit aa50413

Browse files
whummerclaude
andcommitted
Use relative path for LAMBDA_DEBUG_MODE_CONFIG_PATH
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1a7a87b commit aa50413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"LOCALSTACK_APPINSPECTOR_ENABLE": "1",
2525
"LOCALSTACK_APPINSPECTOR_DEV_ENABLE": "1",
2626
"LAMBDA_DEBUG_MODE": "1",
27-
"LAMBDA_DEBUG_MODE_CONFIG_PATH": "/workspaces/localstack-workshop/.localstack/lambda_debug_mode.yaml"
27+
"LAMBDA_DEBUG_MODE_CONFIG_PATH": ".localstack/lambda_debug_mode.yaml"
2828
},
2929
"postStartCommand": "bash ./00-setup/setup.sh"
3030
}

0 commit comments

Comments
 (0)