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 6cf8dfc commit eac43d8Copy full SHA for eac43d8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- Support for Athena
8
9
## 1.10.0
10
11
### Added
src/DependencyInjection/AwsPackagesProvider.php
@@ -13,6 +13,10 @@ public static function getAllServices(): array
13
'class' => \AsyncAws\AppSync\AppSyncClient::class,
14
'package' => 'async-aws/app-sync',
15
],
16
+ 'athena' => [
17
+ 'class' => \AsyncAws\Athena\AthenaClient::class,
18
+ 'package' => 'async-aws/athena',
19
+ ],
20
'cloud_formation' => [
21
'class' => \AsyncAws\CloudFormation\CloudFormationClient::class,
22
'package' => 'async-aws/cloud-formation',
0 commit comments