serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
In the documentation (at -dbPath option) it states that the current working directory of dynamo-local is: `/node_modules/serverless-dynamodb-local/dynamodb` In my env I see that the directory is: `/node_modules/dynamodb-localhost/dynamodb/bin` I am not...
Hi there, I really like this plugin. It is much easier to setup the DB, create table and seed data than the official AWS guide. (http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html). Right now, there is...
If we have dynamodb-local running as a docker container and compose the services with docker-compose, we'd still like to use this package for the migrate functionality. However, in a docker-compose...
I think dbPath property needs to be set to default working_direcetory. As a feature the seed should be exportable from the current database.
Hey! So, somehow my version of dynamoDB local is now missing the executeALL function? It's also refusing to load the migrations when I start the utility. ``` custom: dynamodb: start:...
Hi, it took me a while to realize that the `index.js` in https://registry.npmjs.org/serverless-dynamodb-local/-/serverless-dynamodb-local-0.2.19.tgz is not the same as the one on github `https://github.com/99xt/serverless-dynamodb-local/blob/v1/index.js` would it be possible to update npm?...
Add a `lint` npm script; there's a .jshint file here, but it's not being used. It may be worth looking into a strict eslint rule-set that makes sense for LTS...
We need support for multiple profiles, currently it is using the default profile.