-
hi, when using `npm test` (and having `jest-dynamodb` configured, happy to share the configuration files), i get the following error
```
npm test
Determining test suites to run...Error: Unable …
-
DynamoDB Local Web Shell seems to be deprecated.
> DynamoDB Local Web Shell was deprecated with version 1.16.X and is not available any longer from 1.17.X to latest.
See here: https://stackoverf…
-
Vulnerable Library - serverless-dynamodb-local-0.2.40.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: d6f11282ee9f4af0baad5df06570b6a97…
-
Could this plugin switch to relying on docker or better yet docker-compose so I would have to have blobal JDK installation for DynamoDB?
-
**Actual Behaviour**
The dynamodb local install doesn't seem to be retained and I have to re-run the command `serverless dynamodb install` every so often.
**Expected Behaviour**
The dynamodb …
-
There is a create_table() method in models that I'm using when creating tables in DynamoDB local when running my unit tests. Can someone explain how to deal with GSIs when running local tests? Does cr…
-
When running tests locally using an offline/local DynamoDB instance, we need to change the AWS region and endpoint to localhost and the local DynamoDB.
Using powertools I have not been able to work…
-
I can not connect to my local dynamoDb because the dialog is showing "Table name is missing", but also not allowing me to define a table name. See screenshot.
Though, AWS cli shows that there is in…
-
### I tried this:
Here I was using the `dynamodb` Winglib, which runs on the simulator using the dynamodb-local docker image:
```
bring dynamodb;
new dynamodb.Table(
hashKey: "id",
attri…
-
AWS has introduced [service endpoint env vars](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-envvars.html)
This allows for setting the following env vars when using aws-sdk-v2:
> AW…