Skip to content

Commit 58a6860

Browse files
authored
Fix signature in SES (#172)
1 parent f74a4a3 commit 58a6860

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LambdaClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ protected function getServiceCode(): string
142142
return 'lambda';
143143
}
144144

145+
protected function getSignatureScopeName(): string
146+
{
147+
return 'lambda';
148+
}
149+
145150
protected function getSignatureVersion(): string
146151
{
147152
return 'v4';

0 commit comments

Comments
 (0)