serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
Fixes issue #284 Changes: Remove hardcoded region for local use in dynamodb init
**Actual Behaviour** Using the plugin has become impossible as of late due to a hardcoded value 'localhost' as the region when initializing the plugin : https://github.com/99x/serverless-dynamodb-local/blob/v1/index.js#L192 When starting the stack...
**Actual Behaviour** When I run `npm install` as directed in the README, I get the version 0.2.40 installed. This version doesn't handle the `docker` flag mentioned in the README as...
Hi, I am getting Error: "Error getting DynamoDb local latest tar.gz location: 403" after doing installing serverless-dynamodb-local. Here is the full description of the error message: Started downloading dynamodb-local from...
See fix here on original lib that this library was forked from: https://github.com/99x/serverless-dynamodb-local/pull/298
Changes: Adding `localPath` option to the `start` command. It seems like there's an option for it with the `install` command - but without a corresponding argument in `start`, that's effectively...
Dynamodb support `ContributorInsightsSpecification`options. The options used to enable or disable CloudWatch Contributor Insights. When running `serverless offline start`, the following error occurs. ``` MultipleValidationErrors: There were 4 validation errors: *...
Fixes issue #289
Due to a new AWS_SDK version only the following ACCESS KEY ID and SECRETS are allowed: ` DynamoDB local version 2.0.0 and greater AWS_ACCESS_KEY_ID can contain the only letters (A–Z,...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...