Skip to content

Commit eac43d8

Browse files
async_aws (Athena Client): create aws Athena Client with somes operations (#1388)
* async_aws (Athena Client): create aws Athena Client with somes operations * async-aws(Athena Client): add new ligne in psalm.baseline.xml * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 6cf8dfc commit eac43d8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for Athena
8+
59
## 1.10.0
610

711
### Added

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ public static function getAllServices(): array
1313
'class' => \AsyncAws\AppSync\AppSyncClient::class,
1414
'package' => 'async-aws/app-sync',
1515
],
16+
'athena' => [
17+
'class' => \AsyncAws\Athena\AthenaClient::class,
18+
'package' => 'async-aws/athena',
19+
],
1620
'cloud_formation' => [
1721
'class' => \AsyncAws\CloudFormation\CloudFormationClient::class,
1822
'package' => 'async-aws/cloud-formation',

0 commit comments

Comments
 (0)