Skip to content

Commit b9ad6eb

Browse files
committed
Remove now-unnecessary list of snapstart activated runtimes
1 parent f927db9 commit b9ad6eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

localstack-core/localstack/services/lambda_/runtimes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@
149149
runtime for runtime_group in RUNTIMES_AGGREGATED.values() for runtime in runtime_group
150150
]
151151

152-
# An unordered list of snapstart-enabled runtimes. Related to snapshots in test_snapstart_exceptions
153-
# https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html
154-
SNAP_START_SUPPORTED_RUNTIMES = [Runtime.java11, Runtime.java17, Runtime.java21]
155-
156152
# An ordered list of all Lambda runtimes considered valid by AWS. Matching snapshots in test_create_lambda_exceptions
157153
VALID_RUNTIMES: str = "[nodejs20.x, provided.al2023, python3.12, python3.13, nodejs22.x, java17, nodejs16.x, dotnet8, python3.10, java11, python3.11, dotnet6, java21, nodejs18.x, provided.al2, ruby3.3, java8.al2, ruby3.2, python3.8, python3.9]"
158154
# An ordered list of all Lambda runtimes for layers considered valid by AWS. Matching snapshots in test_layer_exceptions

0 commit comments

Comments
 (0)