serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Consider restructuring as a Lerna monorepo
The DynamoDB tooling you guys have written is very useful, but it's spread out over half a dozen packages, and in my experience projects like that can be hard to keep in sync. The monorepo style has been used a lot recently, and it may be a great fit here. You still maintain package-level modularity for the individual tools, but you can pull development tasks (linting, testing), to the top level project, test everything as a complete system, and automate npm-linking
of inter-package dependencies.
@darthtrevino Thanks for the input! Will you be able to support for the initial work?
Sure, if you guys are open to the idea I can set it up for you
@darthtrevino are you planning on doing this? I'd be happy to make a start at merging the libraries together.
I probably won't get to it this weekend. If you have some free time and you're bored, feel free to take a crack at it
@nielsgl would be great if you could start with the work 👍
Two years on any update on this?
This will actually address #218 and related issues.