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
Basically, dynamodb-local doesn't seem to be correctly launching the database.
If I start it manually, using a JAR I downloaded myself, and run java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb then my tests can run correctly.
The text was updated successfully, but these errors were encountered:
I'm using Shelfio's Jest-DynamoDb, and on my laptop it has randomly stopped working.
See shelfio/jest-dynamodb#194 for more info.
Basically, dynamodb-local doesn't seem to be correctly launching the database.
If I start it manually, using a JAR I downloaded myself, and run
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
then my tests can run correctly.The text was updated successfully, but these errors were encountered: