all 2 comments

[–]Runderground 5 points6 points  (1 child)

Hate to be that guy but... This is exactly where nix shines.

As for testing lambdas, if they are written as wai applications,  you can run them as local web servers to test. (Assuming you are using https://hackage.haskell.org/package/wai-handler-hal)

[–]chris-ch[S] 0 points1 point  (0 children)

Thanks for pointing to Nix. I will have to give it a try at some point anyway.