Skip to content

Commit b5ef7ff

Browse files
committed
nit: Update lambda docs
1 parent 9398721 commit b5ef7ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

localstack/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ def populate_edge_configuration(
896896
)
897897
# SEMI-PUBLIC: not actively communicated
898898
LAMBDA_LIMITS_TOTAL_CODE_SIZE = int(os.environ.get("LAMBDA_LIMITS_TOTAL_CODE_SIZE", 80_530_636_800))
899-
# SEMI-PUBLIC: not actively communicated
899+
# PUBLIC: documented after AWS changed validation around 2023-11
900900
LAMBDA_LIMITS_CODE_SIZE_ZIPPED = int(os.environ.get("LAMBDA_LIMITS_CODE_SIZE_ZIPPED", 52_428_800))
901901
# SEMI-PUBLIC: not actively communicated
902902
LAMBDA_LIMITS_CODE_SIZE_UNZIPPED = int(

localstack/services/lambda_/runtimes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
# 6. Review special tests including:
1919
# a) [ext] tests.aws.services.lambda_.test_lambda_endpoint_injection
2020
# 7. Before merging, run the ext integration tests to cover transparent endpoint injection testing.
21+
# 8. Add the new runtime to the K8 image build: https://github.com/localstack/lambda-cve-mitigation
22+
# 9. Inform the web team to update the resource browser (consider offering an endpoint in the future)
2123

2224
# Mapping from a) AWS Lambda runtime identifier => b) official AWS image on Amazon ECR Public
2325
# a) AWS Lambda runtimes: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

0 commit comments

Comments
 (0)