-
## Environment
- Windows
- Yarn 3 (PnP enabled)
## Test case
- Install `dynamo-db-local` with version 8.0.0
- Try spawning with command `java`
- > Local instance starts up
- Install `dyna…
-
I've got the following code for running a test of my migrations:
```typescript
it(
'should apply the placeholder 1.0.0 migration',
async () => {
const migrate = new Migr…
-
Minimal example reproducing the problem: https://github.com/klach-ocado/dynamodblocal-setregion-issue
---
There is an exception in `DynamoDBLocal` when embedded version is used:
```
com.amaz…
-
### Describe the bug
When loading e.g. SqsClient as a bean and not even using DynamoDB I get the following message as a warning:
```
Ignoring profile 'profile localDynamoDB' on line 23 because it…
-
## Description
When attempting to connect to a local DynamoDB instance in Docker over `http`, CRT fails with `TLS (SSL) negotiation failed`. Connecting to the same docker instance through the Java…
-
## Describe the Feature
`DynamoDbTable.createTable()` creates the table without global and local indices and there is no way how to obtain the information from `TableMetadata`
## Is your Featu…
-
I am writing a new module that uses DynamoDB, and I would like to use the v2 SDK. The only manageable way to run functional tests on my module is to use the [DynamoDBLocal](https://docs.aws.amazon.com…
-
```
java.lang.ClassNotFoundException: org.eclipse.jetty.webapp.WebAppContext
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_60]
at java.lang.ClassLoader.loadClass(Cla…
-
Error from peer node
```
2020-10-26 09:43:59.456 UTC [comm.grpc.server] 1 -> INFO 097 unary call completed grpc.service=discovery.Discovery grpc.method=Discover grpc.peer_address=172.19.0.1:5405…
-
When using the latest M10 performing a basic PUT operation, it always returns None for the Option[Either[]], The expected result is a Some(Right()) since manual inspection has verified that the record…