Skip to content

Commit ce6be4e

Browse files
Update generated code (#1335)
* update generated code * Apply suggestions from code review Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 4fd3131 commit ce6be4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Added
66

77
- AWS api-change: Restrict the list of available regions.
8-
- AWS api-change: Added `eu-central-2` and `eu-south-2` regions
8+
- AWS api-change: Added `eu-central-2`, `eu-south-2` and `ap-south-2` regions
99
- AWS api-change: Add Node 18 (nodejs18.x) support to AWS Lambda.
1010

1111
## 1.7.0

src/LambdaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ protected function getEndpointMetadata(?string $region): array
373373
case 'ap-northeast-2':
374374
case 'ap-northeast-3':
375375
case 'ap-south-1':
376+
case 'ap-south-2':
376377
case 'ap-southeast-1':
377378
case 'ap-southeast-2':
378379
case 'ap-southeast-3':

0 commit comments

Comments
 (0)