Hacker News new | ask | show | jobs
by cpollard0 3485 days ago
You can also do C# now and there is methods to get Scala and Go. Lots of choices for language.
1 comments

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.