-
Running the following test:
```
describe('DynamodbService', () => {
let instance: UserPersistenceService;
beforeEach(() => {
instance = new UserPersistenceService();
dynamodb.i…
-
I am trying to use dynamodb-admin to view dynamoDB running in my localstack docker.
I am running
`DYNAMO_ENDPOINT=http://localhost:4566 AWS_REGION=us-west-2 AWS_ACCESS_KEY_ID=test-access-key AWS_S…
-
**Actual Behaviour**
When running:
```bash
serverless dynamodb migrate --stage test
```
We get:
```
Serverless: Skipping migration: DynamoDB Local is not available for stage: test
```
**Exp…
-
I'm trying to develop against a local DynamoDB instance (http://localhost:8000), but without an internet connection. I can interact with the local instance through the browser http://localhost:8000/c…
-
Hi there, I really like this plugin. It is much easier to setup the DB, create table and seed data than the official AWS guide. (http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Dynamo…
-
Hi,
Firstly, thanks for the repo it has been useful for local testing
The url for the download of the tar has changed from:
http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_lo…
-
Trying to build per the readme for dynamodb_fdw and getting the following error:
2.906 g++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-t…
-
### Describe the feature
In order to provide better clarity to field names in Flattened `DynamoDdBean`s we need to be able to prefix field names with additional context. I propose adding an optiona…
-
I setup the DynamoDB locally following https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html and able to write and read DynamoDB locally using Dynamo API
With sparkSes…
-
### Environment information
```plain text
System:
OS: macOS 14.6.1
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Memory: 8.19 GB / 64.00 GB
Shell: /bin/zsh
Binaries:
Node: 2…