aws-lambda-haskell
aws-lambda-haskell copied to clipboard
Running Haskell code on AWS Lambda
Results
1
aws-lambda-haskell issues
Sort by
recently updated
recently updated
newest added
trafficstars
Won't it be extremely large overhead to boot up a child haskell process and communicate it via stdin/stdout? Even if the haskell code is going to be like `putStrLn "Hello...