You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
-7
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,5 @@ The following Java system properties are available for configuration.
108
108
-`aws.dynamodb.endpoint` endpoint to use for accessing the DynamoDB API.
109
109
-`aws.sts.endpoint` endpoint to use for accessing the STS API when assuming the role indicated by the `roleArn` parameter.
110
110
111
-
## Running Unit Tests
112
-
The unit tests are dependent on the AWS DynamoDBLocal client, which in turn is dependent on [sqlite4java](https://bitbucket.org/almworks/sqlite4java/src/master/). I had some problems running this on OSX, so I had to put the library directly in the /lib folder, as graciously explained in [this Stack Overflow answer](https://stackoverflow.com/questions/34137043/amazon-dynamodb-local-unknown-error-exception-or-failure/35353377#35353377).
113
-
114
-
In order to run the tests, make sure to put the following as additional VM parameters:
0 commit comments