Skip to content

Commit 069cfcf

Browse files
committed
Move config to ext
1 parent 5325353 commit 069cfcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

localstack-core/localstack/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,6 @@ def populate_edge_configuration(
10071007
# b) json dict mapping the <runtime> to an image, e.g. {"python3.9": "custom-repo/lambda-py:thon3.9"}
10081008
LAMBDA_RUNTIME_IMAGE_MAPPING = os.environ.get("LAMBDA_RUNTIME_IMAGE_MAPPING", "").strip()
10091009

1010-
DOCKER_GLOBAL_IMAGE_PREFIX = os.environ.get("DOCKER_GLOBAL_IMAGE_PREFIX", "").strip()
10111010

10121011
# PUBLIC: 0 (default)
10131012
# Whether to disable usage of deprecated runtimes

0 commit comments

Comments
 (0)