Kindly help me if anyone knows, where I have mistaken(i am trying to access AWS hosted dynamodb). below is the configuration
akka.stream.alpakka.dynamodb {
host = “dynamodb.ap-south-1.amazonaws.com”
port: 8001
region = “ap-south-1”
parallelism = 4
credentials {
access-key-id = “test”
secret-key-id = “test”
}
}
When i execute the code with above config,i get empty table names list.
kindly help if anyone knows.