Skip to content

Commit 2d0cff7

Browse files
whummerclaude
andcommitted
Prefix LAMBDA_DEBUG_MODE* with LOCALSTACK_ for container forwarding
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aa50413 commit 2d0cff7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"remoteEnv": {
2424
"LOCALSTACK_APPINSPECTOR_ENABLE": "1",
2525
"LOCALSTACK_APPINSPECTOR_DEV_ENABLE": "1",
26-
"LAMBDA_DEBUG_MODE": "1",
27-
"LAMBDA_DEBUG_MODE_CONFIG_PATH": ".localstack/lambda_debug_mode.yaml"
26+
"LOCALSTACK_LAMBDA_DEBUG_MODE": "1",
27+
"LOCALSTACK_LAMBDA_DEBUG_MODE_CONFIG_PATH": ".localstack/lambda_debug_mode.yaml"
2828
},
2929
"postStartCommand": "bash ./00-setup/setup.sh"
3030
}

0 commit comments

Comments
 (0)