File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ You can write functions in any of the following runtimes and execute them straig
2626- Python 3.11
2727- Python 3.10
2828- Python 3.9
29- - Python 3.8
3029- Java 21
3130- Java 17
3231- Java 11
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Lambda supports multiple languages through the use of runtimes. You can choose a
1313- Python 3.11: ` python3.11 `
1414- Python 3.10: ` python3.10 `
1515- Python 3.9: ` python3.9 `
16- - Python 3.8: ` python3.8 `
1716- Java 21: ` java21 `
1817- Java 17: ` java17 `
1918- Java 11: ` java11 `
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ abstract class Runtime
2222
2323 public const PYTHON_39 = 'python3.9 ' ;
2424
25+ /** @deprecated */
2526 public const PYTHON_38 = 'python3.8 ' ;
2627
2728 /** @deprecated */
You can’t perform that action at this time.
0 commit comments