Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 933893b

Browse files
committed
update: bump Lambda RIE version to v0.1.38-pre
1 parent ee0d438 commit 933893b

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
@@ -12,7 +12,7 @@
1212
"""Customized LocalStack version of the AWS Lambda Runtime Interface Emulator (RIE).
1313
https://github.com/localstack/lambda-runtime-init/blob/localstack/README-LOCALSTACK.md
1414
"""
15-
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.37-pre"
15+
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.38-pre"
1616
LAMBDA_RUNTIME_VERSION = config.LAMBDA_INIT_RELEASE_VERSION or LAMBDA_RUNTIME_DEFAULT_VERSION
1717
LAMBDA_RUNTIME_INIT_URL = "https://github.com/localstack/lambda-runtime-init/releases/download/{version}/aws-lambda-rie-{arch}"
1818

0 commit comments

Comments
 (0)