8000 Update lambda init binary to v0.1.29-pre (#11399) · localstack/localstack@99102e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99102e9

Browse files
authored
Update lambda init binary to v0.1.29-pre (#11399)
1 parent 3c4a204 commit 99102e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/lambda_/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""Customized LocalStack version of the AWS Lambda Runtime Interface Emulator (RIE).
1414
https://github.com/localstack/lambda-runtime-init/blob/localstack/README-LOCALSTACK.md
1515
"""
16-
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.28-pre"
16+
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.29-pre"
1717
LAMBDA_RUNTIME_VERSION = config.LAMBDA_INIT_RELEASE_VERSION or LAMBDA_RUNTIME_DEFAULT_VERSION
1818
LAMBDA_RUNTIME_INIT_URL = "https://github.com/localstack/lambda-runtime-init/releases/download/{version}/aws-lambda-rie-{arch}"
1919

0 commit comments

Comments
 (0)
0