We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5325353 commit 069cfcfCopy full SHA for 069cfcf
localstack-core/localstack/config.py
@@ -1007,7 +1007,6 @@ def populate_edge_configuration(
1007
# b) json dict mapping the <runtime> to an image, e.g. {"python3.9": "custom-repo/lambda-py:thon3.9"}
1008
LAMBDA_RUNTIME_IMAGE_MAPPING = os.environ.get("LAMBDA_RUNTIME_IMAGE_MAPPING", "").strip()
1009
1010
-DOCKER_GLOBAL_IMAGE_PREFIX = os.environ.get("DOCKER_GLOBAL_IMAGE_PREFIX", "").strip()
1011
1012
# PUBLIC: 0 (default)
1013
# Whether to disable usage of deprecated runtimes
0 commit comments