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