Skip to content

Commit b3ba059

Browse files
authored
Simplify generated endpointMetadata (#1176)
1 parent 453d24c commit b3ba059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LambdaClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ protected function getEndpointMetadata(?string $region): array
377377
];
378378
case 'us-isob-east-1':
379379
return [
380-
'endpoint' => "https://lambda.$region.sc2s.sgov.gov",
381-
'signRegion' => $region,
380+
'endpoint' => 'https://lambda.us-isob-east-1.sc2s.sgov.gov',
381+
'signRegion' => 'us-isob-east-1',
382382
'signService' => 'lambda',
383383
'signVersions' => ['v4'],
384384
];

0 commit comments

Comments
 (0)