Michele Riccardo Esposito

Results 1 issues of Michele Riccardo Esposito

I've been using the aws dynamodb async sdk, but I find that I cannot catch exceptions after I convert a `CompletableFuture` to Scala. When I run ``` client .createTable(tableSchema.createTableRequest(tableName)) .thenApply[Unit](_...