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 10b3611 commit 0885c27Copy full SHA for 0885c27
localstack-core/localstack/services/lambda_/packages.py
@@ -12,7 +12,7 @@
12
"""Customized LocalStack version of the AWS Lambda Runtime Interface Emulator (RIE).
13
https://github.com/localstack/lambda-runtime-init/blob/localstack/README-LOCALSTACK.md
14
"""
15
-LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.35-pre"
+LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.36-pre"
16
LAMBDA_RUNTIME_VERSION = config.LAMBDA_INIT_RELEASE_VERSION or LAMBDA_RUNTIME_DEFAULT_VERSION
17
LAMBDA_RUNTIME_INIT_URL = "https://github.com/localstack/lambda-runtime-init/releases/download/{version}/aws-lambda-rie-{arch}"
18
0 commit comments