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 101cb2a commit ccf008cCopy full SHA for ccf008c
CHANGELOG.md
@@ -16,6 +16,7 @@
16
- AWS api-change: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
17
- AWS enhancement: Documentation updates.
18
- AWS api-change: Add Python 3.11 (python3.11) support to AWS Lambda
19
+- AWS api-change: Add support for the `il-central-1` region
20
21
## 1.9.0
22
src/LambdaClient.php
@@ -454,6 +454,7 @@ protected function getEndpointMetadata(?string $region): array
454
case 'eu-west-1':
455
case 'eu-west-2':
456
case 'eu-west-3':
457
+ case 'il-central-1':
458
case 'me-central-1':
459
case 'me-south-1':
460
case 'sa-east-1':
0 commit comments