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 ef855d6 commit a7cd1bfCopy full SHA for a7cd1bf
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- AWS api-change: Restrict the list of available regions.
8
+- AWS api-change: Added `eu-central-2` region
9
10
## 1.7.0
11
src/LambdaClient.php
@@ -378,6 +378,7 @@ protected function getEndpointMetadata(?string $region): array
378
case 'ap-southeast-3':
379
case 'ca-central-1':
380
case 'eu-central-1':
381
+ case 'eu-central-2':
382
case 'eu-north-1':
383
case 'eu-south-1':
384
case 'eu-west-1':
0 commit comments