Lamdba Integration

Test Lamdbas with full pipeline of client through database
This commit is contained in:
NMerz
2020-10-03 23:00:19 -04:00
parent 1f361cf401
commit 81b4673766
18 changed files with 386 additions and 124 deletions

View File

@@ -24,7 +24,7 @@ public class BasicHandler {
}
} catch (IOException |SQLException|ClassNotFoundException e) {
e.printStackTrace();
throw new RuntimeException(e.getMessage());
throw new RuntimeException(e.getLocalizedMessage());
}
return null;
}