jest-dynamodb
jest-dynamodb copied to clipboard
Docker support
Instead of using the DynamoDBLocal jar, have the ability to use the docker version of DynamoDBLocal
Related feature request in dynamodb-local. I also added some notes about Java errors my team encountered recently when trying to run our tests; the problem is that the latest .jar from AWS became incompatible with our installed Java runtime. This is through no fault of either jest-dynamodb or dynamodb-local... but anyway, having the dependency on Docker instead of a particular .jar or JRE might be a nice option to have.