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
In setup, the library checks to see if DynamoDB local is already running and only installs if the dynamodb local is not running and the directory ${os.tmpdir()}/dynamodb-local is not setup correctly. I'd like an option that allows the user to explicitly disallow the library from downloading the jar.
This would allow users like me to keep using their existing dynamodb setup like this docker image while using this preset to setup and teardown tables.
The text was updated successfully, but these errors were encountered:
In setup, the library checks to see if DynamoDB local is already running and only installs if the dynamodb local is not running and the directory
${os.tmpdir()}/dynamodb-local
is not setup correctly. I'd like an option that allows the user to explicitly disallow the library from downloading the jar.This would allow users like me to keep using their existing dynamodb setup like this docker image while using this preset to setup and teardown tables.
The text was updated successfully, but these errors were encountered: