Skip to content

Commit

Permalink
Fix services
Browse files Browse the repository at this point in the history
  • Loading branch information
valicm committed Nov 21, 2020
1 parent 25fe43e commit 40bd4ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
DynamoDB
-----

The DynamoDB client module provides integration with AWS DynamoDB services.

# Features

## KeyValue

## Session

## Config

# Installation

##
2 changes: 1 addition & 1 deletion dynamodb_client.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:

dynamodb_client.connection:
class: Drupal\dynamodb_client\Connection
arguments: ['@settings']
arguments: ['@dynamodb_client.client_factory']

0 comments on commit 40bd4ab

Please sign in to comment.