serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
I have a serverless framework and dynamo db in my local. I am trying to seed data . When i do 'sls offline start', seed data is getting inserted into...
Currently dynamodb-localhost plugin(Dependency to serverless-dynamodb-local) doesn't include error logs coming from dynamodb local to the console. This needs to be implemented, listening to console output from dynamodb local process. Reference...
I want to run serverless offline on a port that is not the default. Currently if I run sls offline everything is brought up correctly. However if I run sls...
**Actual Behaviour** Regardless of the user's local environment configuration, all database migrations are run with mock access/secret key ids. This is both poorly documented and inconsistent with expecations; it also...
**Actual Behaviour** Should be able to set a host for the dynamodb, but there is no exposed setting. **Expected Behaviour** That you can set the host of the dynamodb, this...
Can we seed .js files so we can make data up? That'd be super mega awesome.
**Actual Behaviour** If you run `npm audit` ```sh $ npm audit === npm audit security report === # Run npm install --save-dev [email protected] to resolve 1 vulnerability SEMVER WARNING: Recommended...
This plugin doesn't support enhanced plugins object throwing below error ``` TypeError: _.get(...).includes is not a function at ServerlessDynamodbLocal.hasAdditionalStacksPlugin (~/node_modules/serverless-dynamodb-local/index.js:249:51) ``` The serverless plugins section supports two kind of formats:...
Fixes ` _.get(...).includes is not a function` error if serverless.yml looks like this: ```yml plugins: localPath: './plugins' modules: - my-custom-plugin - serverless-domain-manager - serverless-dynamodb-local - serverless-offline ```