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
trafficstars

**Actual Behaviour** Configuration in `serverless.yml`. ``` dynamodb: start: port: 8089 migrate: true inMemory: false stages: - ${self:provider.stage} ``` After closing and starting up again serverless offline the database is restarted...

Hi All I have created a server less application using java,dynamodb and API gatway. i want to test this functionality in local using serverless offline framework. But i am facing...

**Actual Behaviour** Trying to start the database with `sls dynamodb start` it hangs for a while then gives error: ``` connect ECONNREFUSED 127.0.0.1:8000 ``` I was able to get it...

I'm using Serverless framework and Dynamodb's "serverless-dynamodb-local" plugin in order to migrate my table configurations to my amazon's "dynamodb-local" docker container. Serverless dynamodb local cannot have persistent data, after i...

For CI testing, one would need to run `sls dynamodb start` asynchronously, because the command blocks the current shell. **Workaround 1**: `sls dynamodb start &` This runs it in the...

**Actual Behaviour** The documentation does not mention what the keys to the 'seed' property are. The example shows 'domain' and 'test'. **Expected Behaviour** The documentation should explain what the keys...

**Actual Behaviour** I'm not currently able to seed my online DynamoDB tables. Below I paste my dynamodb local config (at serverless.yml): ``` ... dynamodb: stages: - dev start: port: 8000...

**Actual Behaviour** If you have serverless offline and dynamodb plugins installed and try to change port of API gateway you use `sls offline start --port 3001` to change the port...

When providing raw CloudFormation code in the `resources` section of `serverless.yml`, you are able to leave out the `TableName` and have it default to the arn that serverless will assign...

Node.js version should be updated as few tests fail with Node 8 cc: @lakindu95 @TRomesh