DEV Community

Discussion on: What's the biggest tech-stack change you've had?

 
andmoredev profile image
Andres Moreno

We honestly would of stuck with C# but working with Lambdas we could not take the hit of the cold starts we had (it took 15+ seconds to execute the first time) when with a scripted language like Javascript or Python it takes about 2 seconds. Very big difference

Thread Thread
 
darthknoppix profile image
Seth Corker

Wow, that's a big difference. I didn't realise it could take so long from a cold start. That's a good reason for a switch.