Skip to content

Commit b4f58ac

Browse files
authored
add ECR Client (#813)
* add ECR Client - add GetAuthorizationToken method * fix MissingDependency name for IAM
1 parent d9bfcff commit b4f58ac

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\DynamoDb\DynamoDbClient::class,
3434
'package' => 'async-aws/dynamo-db',
3535
],
36+
'ecr' => [
37+
'class' => \AsyncAws\Ecr\EcrClient::class,
38+
'package' => 'async-aws/ecr',
39+
],
3640
'event_bridge' => [
3741
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
3842
'package' => 'async-aws/event-bridge',

0 commit comments

Comments
 (0)