Todor Kolev
Todor Kolev
I have an SBT project and a CD pipeline and what I want is to execute the following sequence of events: 1. Checkout my project from the git repo 2....
I build the image and run the tests with `dockerComposeTest`: ``` cd basic-with-tests sbt publishLocal sbt dockerComposeTest ``` And I get the following error: ``` Starting Test Pass against a...
Currently `Table#getAll` would result in `com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException: The list of keys in RequestItems for BatchGetItem is required: my_table has empty list (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ValidationException; Request ID:...