File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- AWS api-change: Add Python 3.13 (python3.13) support to AWS Lambda
8
+ - AWS api-change: Add Node 22.x (node22.x) support to AWS Lambda
8
9
9
10
### Changed
10
11
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ final class Runtime
23
23
public const NODEJS_16_X = 'nodejs16.x ' ;
24
24
public const NODEJS_18_X = 'nodejs18.x ' ;
25
25
public const NODEJS_20_X = 'nodejs20.x ' ;
26
+ public const NODEJS_22_X = 'nodejs22.x ' ;
26
27
public const NODEJS_4_3 = 'nodejs4.3 ' ;
27
28
public const NODEJS_4_3_EDGE = 'nodejs4.3-edge ' ;
28
29
public const NODEJS_6_10 = 'nodejs6.10 ' ;
@@ -66,6 +67,7 @@ public static function exists(string $value): bool
66
67
self ::NODEJS_16_X => true ,
67
68
self ::NODEJS_18_X => true ,
68
69
self ::NODEJS_20_X => true ,
70
+ self ::NODEJS_22_X => true ,
69
71
self ::NODEJS_4_3 => true ,
70
72
self ::NODEJS_4_3_EDGE => true ,
71
73
self ::NODEJS_6_10 => true ,
You can’t perform that action at this time.
0 commit comments