Skip to content

Commit 0885c27

Browse files
committed
chore(lambda/rie): Update RIE to v1.36.0-pre
1 parent 10b3611 commit 0885c27

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.35-pre"
15+
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.36-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)