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

Fixes issue #[229] Changes: Based on below this (section)[https://serverless.com/framework/docs/providers/aws/guide/plugins#serverless-instance], which is: ``` Note: Variable references in the serverless instance are not resolved before a Plugin's constructor is called, so if...

`npm audit` is issuing a warning about a vulnerability inside the node.extend, which is a dependency of dynamodb-locahost. I see there is an issue opened there: https://github.com/99xt/dynamodb-localhost/issues/38 Just a reminder...

Adds options for user to provide flag to keep process running until user send terminate signal. This allows for the serverless-dynamodb-local plugin to call the dynamodb-local 'stop' command and still...

**Actual Behaviour** Per the suggestions in the README, I've added the following section to my `serverless.yml` configuration: ```yaml custom: dynamodb: stages: - dev ``` (For clarity, my stage is defined...

**Actual Behaviour** Getting this error: ``` java.lang.NoClassDefFoundError: com/almworks/sqlite4java/SQLiteJob at com.amazonaws.services.dynamodbv2.local.server.LocalDynamoDBRequestHandler.getDBAccess(LocalDynamoDBRequestHandler.java:198) at com.amazonaws.services.dynamodbv2.local.server.LocalDynamoDBRequestHandler.getHandler(LocalDynamoDBRequestHandler.java:189) ... ``` **Expected Behaviour** No Error **Steps to reproduce it** 1. `yarn add serverless-dynamodb-local --dev` 2. `sls dynamodb...

Good morning, I am getting Error: **Error getting DynamoDb local latest tar.gz location: 301** after doing installing **serverless-dynamodb-local**. What am I getting wrong, although I have java installed on my...

**Actual Behaviour** When running `sls dynamodb start --migrate` I get: > _.get(...).includes is not a function **Expected Behaviour** To run the local db server and migrate tables. **Steps to reproduce...

Upgrading from 0.2.19 to 0.2.20 and any later release breaks the command `serverless offline start` `serverless offline` still works. I'm using serverless-webpack ``` plugins: - serverless-webpack - serverless-dynamodb-local - serverless-offline...

I can start dynamodb locally and it all works fine -- everything as expected However if I navigate to `http://localhost:8000/shell` it returns `Error 413` and the console running `dynamodb-local` prints...

**Actual Behaviour** Launching `serverless-offline` with `serverless-dynamodb-local` will always lock up after some seemingly random period of time. The terminal becomes unresponsive and there is no error or crash report. **Expected...