What credentials or configuration should I use to connect to DynamoDB running in a Docker Container locally, through a webapp in Java with Eclipse.
In Java code I use this:
AmazonDynamoDBClientBuilder.standard().withRegion(Regions.US_EAST_1).build();