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 1e401ae commit 94711b4Copy full SHA for 94711b4
src/DependencyInjection/AwsPackagesProvider.php
@@ -41,6 +41,10 @@ public static function getAllServices(): array
41
'class' => \AsyncAws\Ecr\EcrClient::class,
42
'package' => 'async-aws/ecr',
43
],
44
+ 'elasti_cache' => [
45
+ 'class' => \AsyncAws\ElastiCache\ElastiCacheClient::class,
46
+ 'package' => 'async-aws/elasti-cache',
47
+ ],
48
'event_bridge' => [
49
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
50
'package' => 'async-aws/event-bridge',
0 commit comments