holy-lambda 2021-07-13

Hi everyone, with help from @karol.wojcik I was able to replace a CLJS lambda with a native lambda and wow, what a performance gain. My lambdas are mostly IO bound (aws calls) so compute perf is not a problem but cold starts are a big problem. Holy Lambda allowed me to 1/ automate the build in CI and 2/ replace code for a Lambda already created by CDK. I’m now testing etc with a plan to move to prod later this week.

🎉 2

I’ll blog about this once I reach prod