Skip to content

Commit ccf008c

Browse files
async-aws-botjderussestof
authored
Update generated code (#1533)
* update generated code * Apply suggestions from code review Co-authored-by: Christophe Coevoet <stof@notk.org> --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com> Co-authored-by: Christophe Coevoet <stof@notk.org>
1 parent 101cb2a commit ccf008c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- AWS api-change: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
1717
- AWS enhancement: Documentation updates.
1818
- 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
1920

2021
## 1.9.0
2122

src/LambdaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ protected function getEndpointMetadata(?string $region): array
454454
case 'eu-west-1':
455455
case 'eu-west-2':
456456
case 'eu-west-3':
457+
case 'il-central-1':
457458
case 'me-central-1':
458459
case 'me-south-1':
459460
case 'sa-east-1':

0 commit comments

Comments
 (0)