serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Could this plugin switch to relying on docker or better yet docker-compose so I would have to have blobal JDK installation for DynamoDB?
Fixes issue #107 Changes: When no table name is provided in `serverless.yml`, use the dynamic generated table name
Console output: ``` >sls dynamodb start Dynamodb Local Started, Visit: http://localhost:8000/shell Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/Logger at com.amazonaws.services.dynamodbv2.local.server.DynamoDBProxyServer.(DynamoDBProxyServer.java:36) at com.amazonaws.services.dynamodbv2.local.main.ServerRunner.createServer(ServerRunner.java:123) at com.amazonaws.services.dynamodbv2.local.main.ServerRunner.createServerFromCommandLineArgs(ServerRunner.java:119) at com.amazonaws.services.dynamodbv2.local.main.ServerRunner.main(ServerRunner.java:70) Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Logger at...
I have dynamodb local running on a network server with IP 192.168.0.200. My serverless.yml file is setup as follows: ``` plugins: - serverless-dynamodb-local - serverless-offline custom: dynamodb: start: host: 192.168.0.200...
**Actual Behaviour** i run `sls dynamodb start` - I populate the database, I stop dynamodb local and run it again, and table is recreated and content wiped. This is my...
This adds an option to define a manual hook so that dynamodb local starts with the dev server. In my case it allows `sls wsgi serve` to start it. I.e....
**Actual Behaviour** I am receiving a `Resource Not Found Exception` when trying to run `sls offline start` with a further error of `Cannot do operations on a non-existent table` **Expected...
**Actual Behaviour** Plugin silently failing at installation `sls dynamodb install` **Expected Behaviour** Some feedback when it fails. **Steps to reproduce it** * serverless `1.30.1` * macOS High Sierra `10.13.4` *...
running ```sls dynamodb start``` with a configuration as shown below(migrate: true and a configured Table resource) shows error "UnknownError: Forbidden: DynamoDB - Error -" and does not migrate the table....