serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
I was using this plugin against dynamodb local and resetting my data was as simple as killing serverless and restarting it. Now I'm running against DynamoDB in localstack so my...
Implements issue #232 Changes: Add ability to drop tables from a running DynamoDB instance
Hi everyone, i have this issue. When i run `sls dynamodb migrate` I have this error:  My serverless.yml ``` service: asistencias-api # serverless supports different cloud environments to run...
**Actual Behaviour** Even though I followed the install steps and provided the below configuration, trying to access the table on one of my lambda functions throws `ResourceNotFoundException: Cannot do operations...
**Actual Behaviour** Failure when trying to use absolute path to sources (`/tmp/users` below). **Expected Behaviour** It should be possible to use absolute path to sources. **Steps to reproduce it** serverless.yaml:...
Fixes issue #242
**Actual Behaviour** Hi when I tried to install this via npm (npm install --save serverless-dynamodb-local) on my windows 10 machine, install failed with error bellow. When I installed it on...
Fixes issue where passing `--port` on command line for `start` subcommand was used when starting the server, but not for migrating. This also adds the `--host` argument and fixes the...
**Actual Behaviour** Nothing happens **Expected Behaviour** I wanted the plugin to execute `serverless dynamodb install` as a post-install script Hello, thanks for this great plugin. Any reason why you don't...
It looks like you released a new patch version and I don't see any release notes or instructions. This change was a breaking change for us in CI. We now...