jest-dynamodb icon indicating copy to clipboard operation
jest-dynamodb copied to clipboard

Docker support

Open lielran opened this issue 3 years ago • 1 comments

Instead of using the DynamoDBLocal jar, have the ability to use the docker version of DynamoDBLocal

lielran avatar Aug 18 '20 11:08 lielran

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.

mrattner avatar Aug 26 '20 00:08 mrattner