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 273b18a commit f1b9784Copy full SHA for f1b9784
src/DependencyInjection/AwsPackagesProvider.php
@@ -33,6 +33,10 @@ public static function getAllServices(): array
33
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
34
'package' => 'async-aws/event-bridge',
35
],
36
+ 'iam' => [
37
+ 'class' => \AsyncAws\Iam\IamClient::class,
38
+ 'package' => 'async-aws/iam',
39
+ ],
40
'lambda' => [
41
'class' => \AsyncAws\Lambda\LambdaClient::class,
42
'package' => 'async-aws/lambda',
0 commit comments