Utku Demir
Utku Demir
I'm glad to hear that! Actually, at the time I was implementing `distributed-dataset-aws-lambda`, AWS Lambda wasn't supporting custom runtimes; so instead I used the Python runtime and used a small...
Good luck :). We're doing a similar thing archiving the code when sending it to AWS Lambda. You will see it once you start to dig in to the code....
I spent a bit of time experimenting today. My first idea was to use `inline-java` to directly interface with JVM. However it turns out it adds considerable complexity to the...
@axman6 Thank you for the suggestion! I haven't used `discrimination` before, but indeed it looks like it might be useful to `distributed-dataset` on multiple future (joins, shuffles, sorts, ..). I...
It mostly looks good to me @TravisCardwell . But I think we shouldn't update `ALPINE_VERSION` as it might contain backwards-incompatible changes. I guess the term `reproducibility` means a bit different...
Quick update: I'm going on a holiday for the next week, so I won't be able to look at this project (probably the next week too as I'll be busy...
@TravisCardwell thank you for working on this and your investigations! I feel pretty much the same with you, having `stack` would be useful within the docker containers, however I don't...
@sproott Nice find, thanks for sharing! My impression from that thread is that it is not _impossible_; but it definitely seems to require much more intimate knowledge than I have....
Thanks for the issue! The error makes sense to me, since the container does not have anything related to `postgresql` installed. Could you try installing the `postgresql-dev` package (`apk add...
Adding `-optl-lpq -optl-lssl -optl-lcrypto` to GHC options solve _some_ of them, but there are still some `libpq` related errors remaining. An example of the remaining ones: ``` /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld: fe-auth.c:(.text+0x5bb): undefined...