Thank you for considering contributing to this library. Please make sure your code follows the PSR-2 coding standard and the PSR-4 autoloading standard before sending a pull request.
- DynamoDb local version: 2016-01-07_1.0
- DynamoDb local schema for tests created by the DynamoDb local shell is located here
Run the following commands:
$ java -Djava.library.path=./DynamoDBLocal_lib -jar dynamodb_local/DynamoDBLocal.jar --port 3000
# In a separate tab
$ ./vendor/bin/phpunit
or
composer --timeout=0 run dynamodb_local
# In a separate tab
composer run-script test