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

Im using serverless-dynamodb-local to do some unit testing. After each test I need to clear out all the db tables ready for the next test. In other framework and DBs...

Hello, I find the need to set my provider.iamRoleStatements.Resource to a pre-existing arn. However, I would still like to define the resource within my serverless.yml in order to facilitate local...

**Actual Behaviour** The dynamodb local install doesn't seem to be retained and I have to re-run the command `serverless dynamodb install` every so often. **Expected Behaviour** The dynamodb local should...

Great work guys! It would be awesome if you would allow us to pass the convertEmptyValues option to the local dynamodb. Currently whenever you try to migrate a json object...

**Actual Behaviour** Seed does not support objects with a top-level property that has a null value. `{ a: '1', b: null }` does not work `{ a: '1', b: '2'...

**Actual Behaviour** When running with the following serverless config for Dynamo: ``` TodosDynamoDbTable: Type: 'AWS::DynamoDB::Table' DeletionPolicy: Delete Properties: AttributeDefinitions: - AttributeName: eviSessionId AttributeType: S KeySchema: - AttributeName: eviSessionId KeyType: HASH...

Serverless dynamodb local plugin is not working as expected when there is no internet connectivity. When i tried to start the dynamodb local using following command, getting ENONET error. ```...

> The serverless dynamodb start command can be triggered automatically when using serverless-offline plugin. In trying to run https://github.com/serverless/examples/tree/master/aws-node-rest-api-with-dynamodb-and-offline as an example, it doesn't seem like serverless-dynamodb-local is being started...

**Actual Behaviour** Currently it is required to create seeds in json format. **Expected Behaviour** It would be better if the plugin can also support seeds in yml format.

**Actual Behaviour** Lambda function returns zero elements while the same query running in the webbased shell returns values (running all locally). **Expected Behaviour** I would expect, that the same result...