Skip to content

Commit ea7fafe

Browse files
author
Sébastien HOUZÉ
authored
feat: add cognito identity provider client (#529)
* feat: add cognito identity provider client Also known as cognito-idp. Fixes #508 * chore: add couscous client item * update integration tests * add missing unit tests * fix: lowest dependency * doc: comply with lower php version and make example meaningful * last review fixes
1 parent b3cd196 commit ea7fafe

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
@@ -17,6 +17,10 @@ public static function getAllServices(): array
1717
'class' => \AsyncAws\CodeDeploy\CodeDeployClient::class,
1818
'package' => 'async-aws/code-deploy',
1919
],
20+
'cognito_identity_provider' => [
21+
'class' => \AsyncAws\CognitoIdentityProvider\CognitoIdentityProviderClient::class,
22+
'package' => 'async-aws/cognito-identity-provider',
23+
],
2024
'dynamo_db' => [
2125
'class' => \AsyncAws\DynamoDb\DynamoDbClient::class,
2226
'package' => 'async-aws/dynamo-db',

0 commit comments

Comments
 (0)