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 32ae6ee commit fd84048Copy full SHA for fd84048
src/DependencyInjection/AwsPackagesProvider.php
@@ -9,6 +9,10 @@ class AwsPackagesProvider
9
public static function getAllServices(): array
10
{
11
return [
12
+ 'app_sync' => [
13
+ 'class' => \AsyncAws\AppSync\AppSyncClient::class,
14
+ 'package' => 'async-aws/app-sync',
15
+ ],
16
'cloud_formation' => [
17
'class' => \AsyncAws\CloudFormation\CloudFormationClient::class,
18
'package' => 'async-aws/cloud-formation',
0 commit comments