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

**Expected Behaviour** I’ve wrote schema setting on serverless.yml, and I’ve created one table by running migrate command. After that, I wanna update schema about add GSI on that table, so...

14 PRs, no real activity for ~1.5 years, is this project still alive? Need new contributors/maintainers? If so, please let the community help! This project has 35,000 weekly downloads on...

**Actual Behaviour** When running dynamodb locally on my Macbook M1 Pro 2021 I get an unsatisifed link due to sqlite libs not being available for my archiecture: ``` Caused by:...

**Actual Behaviour** A work friend has set up serverless dynamodb local, making a GET request to localhost works for her, but it doesn't for me. We have the same code,...

Changes: add host parameter to documentation example in README.md Demo Link: https://github.com/AlexHladin/serverless-dynamodb-local/tree/update-documentation Screenshots for the change: ![image](https://user-images.githubusercontent.com/7945837/136835450-dcd176ae-d41a-46c3-b04a-9f74dca9a5c8.png)

I'm trying to trigger a lambda to update an Elastic Search instance whenever changes are made to DynamoDB. I have the stream set up in my `serverless.yaml` file, and when...

**Actual Behaviour** After updating serverless to v3, I get the following error: ``` npx sls dynamodb migrate --stage test Environment: darwin, node 14.18.1, framework 3.7.1 (local), plugin 6.1.5, SDK 4.3.2...

Changes: [Add here what changes were made in this issue and if possible provide links.] Added a utility to match the stage with a string or a stringified regex.

**Actual Behaviour** I am unable to reach the shell at http://localhost:8000/shell. I get Dynamodb Local Started, Visit: http://localhost:8000/shell Serverless: DynamoDB - created table TestTable-dev when I run sls dynamodb start...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies