serverless-dynamodb-local icon indicating copy to clipboard operation
serverless-dynamodb-local copied to clipboard

Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless

Results 116 serverless-dynamodb-local issues
Sort by recently updated
recently updated
newest added

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...

Hacktitude

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...

Hacktitude

**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...

Hacktitude

Add more unit test cases to the written up test cases

Hacktitude

**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...

Hacktitude

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 ```