Skip to content

Commit f1b9784

Browse files
authored
Add IAM client (#595)
* Add IAM Client * Add CRUD user operaionts * Fix Endpoint returntype and CS * Add IAM documentation * Handle global endpoint * Fix eventBridge url * Add entry in Readme and AwsPackageProvider * Remove phpstan-baseline.neon
1 parent 273b18a commit f1b9784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ public static function getAllServices(): array
3333
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
3434
'package' => 'async-aws/event-bridge',
3535
],
36+
'iam' => [
37+
'class' => \AsyncAws\Iam\IamClient::class,
38+
'package' => 'async-aws/iam',
39+
],
3640
'lambda' => [
3741
'class' => \AsyncAws\Lambda\LambdaClient::class,
3842
'package' => 'async-aws/lambda',

0 commit comments

Comments
 (0)