Skip to content

Commit 94711b4

Browse files
authored
Create ElastiCache client (#1087)
* Create ElastiCache client * Update docs * Added tests * Fixes * Fixed tests * Fixed typos * Updated changelog
1 parent 1e401ae commit 94711b4

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
@@ -41,6 +41,10 @@ public static function getAllServices(): array
4141
'class' => \AsyncAws\Ecr\EcrClient::class,
4242
'package' => 'async-aws/ecr',
4343
],
44+
'elasti_cache' => [
45+
'class' => \AsyncAws\ElastiCache\ElastiCacheClient::class,
46+
'package' => 'async-aws/elasti-cache',
47+
],
4448
'event_bridge' => [
4549
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
4650
'package' => 'async-aws/event-bridge',

0 commit comments

Comments
 (0)