8000
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 2bce95b commit 2a70a9cCopy full SHA for 2a70a9c
localstack/services/lambda_/packages.py
@@ -10,7 +10,7 @@
10
11
LAMBDA_RUNTIME_INIT_URL = "https://github.com/localstack/lambda-runtime-init/releases/download/{version}/aws-lambda-rie-{arch}"
12
13
-LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.19-pre"
+LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.20-pre"
14
LAMBDA_RUNTIME_VERSION = config.LAMBDA_INIT_RELEASE_VERSION or LAMBDA_RUNTIME_DEFAULT_VERSION
15
16
# GO Lambda runtime
0 commit comments