Public blog post
dogonthehorizon opened this issue · 2 comments
dogonthehorizon commented
Public blog post
notquiteamonad commented
Hey, not sure if this is helpful but I've written a blog about my experience using hal here: https://notquiteamonad.com/blog/2021-02-15-writing-aws-lambdas-in-haskell
IamfromSpace commented
Nice, this really cool! I’m thinking it might be worth adding a sort of “Usages and Examples” section to the README with links like these.
I’ve also seen the slow startup effects of amazonka. I’ve always been curious as to the root issue, but it’s good to know that upping the memory does help! Sometimes that’s more or less the answer with lambda it seems.