You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: localstack/services/lambda_/runtimes.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@
18
18
# 6. Review special tests including:
19
19
# a) [ext] tests.aws.services.lambda_.test_lambda_endpoint_injection
20
20
# 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)
21
23
22
24
# Mapping from a) AWS Lambda runtime identifier => b) official AWS image on Amazon ECR Public
23
25
# a) AWS Lambda runtimes: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
0 commit comments