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 dab1dd4 commit 1f5b0cfCopy full SHA for 1f5b0cf
src/DependencyInjection/AwsPackagesProvider.php
@@ -45,6 +45,10 @@ public static function getAllServices(): array
45
'class' => \AsyncAws\Iam\IamClient::class,
46
'package' => 'async-aws/iam',
47
],
48
+ 'kinesis' => [
49
+ 'class' => \AsyncAws\Kinesis\KinesisClient::class,
50
+ 'package' => 'async-aws/kinesis',
51
+ ],
52
'lambda' => [
53
'class' => \AsyncAws\Lambda\LambdaClient::class,
54
'package' => 'async-aws/lambda',
0 commit comments