We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd3131 commit ce6be4eCopy full SHA for ce6be4e
CHANGELOG.md
@@ -5,7 +5,7 @@
5
### Added
6
7
- AWS api-change: Restrict the list of available regions.
8
-- AWS api-change: Added `eu-central-2` and `eu-south-2` regions
+- AWS api-change: Added `eu-central-2`, `eu-south-2` and `ap-south-2` regions
9
- AWS api-change: Add Node 18 (nodejs18.x) support to AWS Lambda.
10
11
## 1.7.0
src/LambdaClient.php
@@ -373,6 +373,7 @@ protected function getEndpointMetadata(?string $region): array
373
case 'ap-northeast-2':
374
case 'ap-northeast-3':
375
case 'ap-south-1':
376
+ case 'ap-south-2':
377
case 'ap-southeast-1':
378
case 'ap-southeast-2':
379
case 'ap-southeast-3':
0 commit comments