We initially wanted to deploy simple scala services to lambda, but the ramp up time is just too slow. This is an issue when you have very few requests (your container is stopped and started) or many requests (more containers have to be started) We now only deploy js and go to lambda and both work great. Curious to to learn how the c# runtime behave in these scenarios.