serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Allow start hook configuration
trafficstars
This adds an option to define a manual hook so that dynamodb local starts with the dev server. In my case it allows sls wsgi serve to start it. I.e. serverless-wsgi.
I could just add the hook to the list instead if that's preferred, but it seems likely there are others that people might want to use this with.