Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/aws/services/lambda_/test_lambda_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def _invoke_with_payload(payload):
"$..environment.LD_LIBRARY_PATH", # Only rust runtime (additional /var/lang/bin)
"$..environment.PATH", # Only rust runtime (additional /var/lang/bin)
"$..environment.LC_CTYPE", # Only python3.11 (part of a broken image rollout, likely rolled back)
"$..environment.RUBYLIB", # Changed around 2025-06-17
# Newer Nodejs images explicitly disable a temporary performance workaround for Nodejs 20 on certain hosts:
# https://nodejs.org/api/cli.html#uv_use_io_uringvalue
# https://techfindings.net/archives/6469
Expand Down
Loading
Loading