File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1093,8 +1093,9 @@ def use_custom_dns():
1093
1093
1094
1094
# HINT: Please add deprecated environment variables to deprecations.py
1095
1095
1096
- # list of environment variable names used for configuration.
1096
+ # List of environment variable names used for configuration that are passed from the host into the LocalStack container .
1097
1097
# Make sure to keep this in sync with the above!
1098
+ # Do *not* include any internal developer configurations that apply to host-mode only in this list.
1098
1099
# Note: do *not* include DATA_DIR in this list, as it is treated separately
1099
1100
CONFIG_ENV_VARS = [
1100
1101
"ALLOW_NONSTANDARD_REGIONS" ,
@@ -1173,7 +1174,6 @@ def use_custom_dns():
1173
1174
"LAMBDA_JAVA_OPTS" ,
1174
1175
"LAMBDA_REMOTE_DOCKER" ,
1175
1176
"LAMBDA_REMOVE_CONTAINERS" ,
1176
- "LAMBDA_DEV_PORT_EXPOSE" ,
1177
1177
"LAMBDA_RUNTIME_EXECUTOR" ,
1178
1178
"LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT" ,
1179
1179
"LAMBDA_STAY_OPEN_MODE" ,
You can’t perform that action at this time.
0 commit comments