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 am running dynamodb with local env. I have specified below configuration in serverless.yml. dynamodb: start: port: 8000 dbPath: .\tmp migrate: true migration: dir: offline/migrations I expected to get db...

I'm using vscode with wsl2 on windows11 `sls dynamodb start` command gives an error ``` (shakemill) petr@DESKTOP-05VL79Q:~/shakemill/shakemill-api$ sls dynamodb start Serverless: To ensure safe major version upgrades ensure "frameworkVersion" setting...

**Actual Behaviour** For my project setup I need to run local sls dynamodb server, which I've installed using command "sls dynamodb install" but when I am trying to run the...

**Actual Behaviour** When running: ```bash serverless dynamodb migrate --stage test ``` We get: ``` Serverless: Skipping migration: DynamoDB Local is not available for stage: test ``` **Expected Behaviour** It would...

Hacktitude

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.551.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

I defined dynamodb table with global secondary index. I requested query with GSI. But an error occurred. Is This plugin not support GSI? `request.vtl` ```vtl { "version" : "2017-02-28", "operation"...

**Actual Behaviour** Not starting local dynamo when running `sls offline` **Steps to reproduce it** ```yaml plugins: - serverless-plugin-typescript - serverless-plugin-optimize - serverless-pseudo-parameters - serverless-dynamodb-local - serverless-offline custom: serverless-offline: useChildProcesses: true...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

**Actual Behaviour** `sls dynamodb install` yields: ```powershell >sls dynamodb install Serverless: Running "serverless" installed locally (in service node_modules) Serverless Error --------------------------------------- Serverless command "dynamodb install" not found. Run "serverless help"...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...

dependencies