Skip to content

Commit a876048

Browse files
authored
Init DynamoDb (#314)
* Init DynamoDb * Dont check if arrays are null * Revert minor change to reduce the diff * fixed tests * Fixed more tests * Bugfix, make sure child objects is checked before used. * Generate * Solve the date issue * Update composer.json
1 parent 016c254 commit a876048

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+
'dynamo_db' => [
13+
'class' => \AsyncAws\DynamoDb\DynamoDbClient::class,
14+
'package' => 'async-aws/dynamo-db',
15+
],
1216
'cloud_formation' => [
1317
'class' => \AsyncAws\CloudFormation\CloudFormationClient::class,
1418
'package' => 'async-aws/cloud-formation',

0 commit comments

Comments
 (0)