holy-lambda

steveb8n 2021-07-13T01:42:37.180700Z

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
Karol Wójcik 2021-07-13T07:35:18.181100Z

Thank you @steveb8n!

steveb8n 2021-07-13T01:43:02.180800Z

I’ll blog about this once I reach prod