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 9b27389 commit e7ba1adCopy full SHA for e7ba1ad
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- AWS api-change: Added `ap-southeast-7` region
8
9
## 2.7.0
10
11
### Added
composer.json
@@ -28,7 +28,7 @@
28
},
29
"extra": {
30
"branch-alias": {
31
- "dev-master": "2.7-dev"
+ "dev-master": "2.8-dev"
32
}
33
34
src/LambdaClient.php
@@ -567,6 +567,7 @@ protected function getEndpointMetadata(?string $region): array
567
case 'ap-southeast-3':
568
case 'ap-southeast-4':
569
case 'ap-southeast-5':
570
+ case 'ap-southeast-7':
571
case 'ca-central-1':
572
case 'ca-west-1':
573
case 'eu-central-1':
0 commit comments