Hello,
First of all, thanks for this lib and the serverless-dynamodb-local plugin!
I'm using this library through the serverless-dynamodb-local and when using it with yarn, I have to install the dynamodb jar everytime I install a new package (since yarn removes the bin folder that this lib creates to download the jar binary).
I have been able to make the changes that will use a better directory for this when using it with serverless (a .dynamodb dir int the service folder, same as .serverless one).
Hello, First of all, thanks for this lib and the serverless-dynamodb-local plugin!
I'm using this library through the serverless-dynamodb-local and when using it with yarn, I have to install the dynamodb jar everytime I install a new package (since yarn removes the bin folder that this lib creates to download the jar binary).
I have been able to make the changes that will use a better directory for this when using it with serverless (a .dynamodb dir int the service folder, same as .serverless one).
Most of the changes are in the serverless plugin, for this lib I just need to change the following piece of code in https://github.com/99xt/dynamodb-localhost/blob/master/dynamodb/starter.js
Then, in the serverless plugin I would change in https://github.com/99xt/serverless-dynamodb-local/blob/v1/index.js:
Let me know what you think! I have the changes ready so if you are ok, I can create the two PRs.