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 e7ba1ad commit 913e1c1Copy full SHA for 913e1c1
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- AWS api-change: Added `ap-southeast-7` region
8
+- AWS api-change: Added `mx-central-1` region
9
10
## 2.7.0
11
src/LambdaClient.php
@@ -581,6 +581,7 @@ protected function getEndpointMetadata(?string $region): array
581
case 'il-central-1':
582
case 'me-central-1':
583
case 'me-south-1':
584
+ case 'mx-central-1':
585
case 'sa-east-1':
586
case 'us-east-1':
587
case 'us-east-2':
0 commit comments