Skip to content

Commit a920179

Browse files
Nemo64jderusse
andauthored
implement rds-data service (#645)
* implement RDSDataService * Handle recurcion is JsonRest * Update Services * Update RdsDataService * Fallback endpoint when not available * set FUNCTION_KEY in more places * update readme for value object * php cs fix * implement $fn usage detection * make phpstan ignore array keys that are defined out of order phpstan/phpstan#3358 * revert added complexity by just ignoring phpstan messages * change capitalisation of the rds data service * ignore argument missmatch in generated code * avoid edge case where a function is accessed but not created Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 9888d12 commit a920179

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
@@ -45,6 +45,10 @@ public static function getAllServices(): array
4545
'class' => \AsyncAws\Lambda\LambdaClient::class,
4646
'package' => 'async-aws/lambda',
4747
],
48+
'rds_data_service' => [
49+
'class' => \AsyncAws\RdsDataService\RdsDataServiceClient::class,
50+
'package' => 'async-aws/rds-data-service',
51+
],
4852
's3' => [
4953
'class' => \AsyncAws\S3\S3Client::class,
5054
'package' => 'async-aws/s3',

0 commit comments

Comments
 (0)