Is it possible to implement a Skein tree hash across AWS lambda functions? In other words using Lambda functions for parallelism.
Asked
Active
Viewed 31 times
0
-
1Did you try some solution? If yes, can you post the code, please? – alepuzio Jun 21 '18 at 20:37
-
Sorry, I have not. My hope was that someone has developed a Python C-extension that allows for the tree hash to be distributed via Lambda functions. So far everything I've seen is used to spin up cores or threads. – Koko Vec Jun 22 '18 at 18:25