Skip to content

Commit

Permalink
Update generated code (#1803)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Nov 21, 2024
1 parent 496bd31 commit 11c971e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- AWS api-change: Add Python 3.13 (python3.13) support to AWS Lambda
- AWS api-change: Add Node 22.x (node22.x) support to AWS Lambda

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/Enum/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ final class Runtime
public const NODEJS_16_X = 'nodejs16.x';
public const NODEJS_18_X = 'nodejs18.x';
public const NODEJS_20_X = 'nodejs20.x';
public const NODEJS_22_X = 'nodejs22.x';
public const NODEJS_4_3 = 'nodejs4.3';
public const NODEJS_4_3_EDGE = 'nodejs4.3-edge';
public const NODEJS_6_10 = 'nodejs6.10';
Expand Down Expand Up @@ -66,6 +67,7 @@ public static function exists(string $value): bool
self::NODEJS_16_X => true,
self::NODEJS_18_X => true,
self::NODEJS_20_X => true,
self::NODEJS_22_X => true,
self::NODEJS_4_3 => true,
self::NODEJS_4_3_EDGE => true,
self::NODEJS_6_10 => true,
Expand Down

0 comments on commit 11c971e

Please sign in to comment.