Skip to content

Commit b2e9dd0

Browse files
async-aws-botNyholmjderusse
authored
Update generated code (#949)
* update generated code * Update src/Service/Lambda/CHANGELOG.md Co-authored-by: Jérémy Derussé <jeremy@derusse.com> Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com> Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 9c95b13 commit b2e9dd0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added constant for NodeJs 14
8+
59
## 1.3.0
610

711
### Added

src/Enum/Runtime.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ final class Runtime
1818
public const NODEJS = 'nodejs';
1919
public const NODEJS_10_X = 'nodejs10.x';
2020
public const NODEJS_12_X = 'nodejs12.x';
21+
public const NODEJS_14_X = 'nodejs14.x';
2122
public const NODEJS_4_3 = 'nodejs4.3';
2223
public const NODEJS_4_3_EDGE = 'nodejs4.3-edge';
2324
public const NODEJS_6_10 = 'nodejs6.10';
@@ -45,6 +46,7 @@ public static function exists(string $value): bool
4546
self::NODEJS => true,
4647
self::NODEJS_10_X => true,
4748
self::NODEJS_12_X => true,
49+
self::NODEJS_14_X => true,
4850
self::NODEJS_4_3 => true,
4951
self::NODEJS_4_3_EDGE => true,
5052
self::NODEJS_6_10 => true,

0 commit comments

Comments
 (0)