Skip to content

Commit fd84048

Browse files
jordihendrixJordi Hendrixjderusse
authored
Implement AppSync (#1102)
* basic service setup * add operations * add missing operation * add to symfony bundle * added first tests * removed updateFunction and added tests * added some doc and regenerated code * Fix psalm and cleanup doc Co-authored-by: Jordi Hendrix <[email protected]> Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 32ae6ee commit fd84048

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
@@ -9,6 +9,10 @@ class AwsPackagesProvider
99
public static function getAllServices(): array
1010
{
1111
return [
12+
'app_sync' => [
13+
'class' => \AsyncAws\AppSync\AppSyncClient::class,
14+
'package' => 'async-aws/app-sync',
15+
],
1216
'cloud_formation' => [
1317
'class' => \AsyncAws\CloudFormation\CloudFormationClient::class,
1418
'package' => 'async-aws/cloud-formation',

0 commit comments

Comments
 (0)