Hacker News new | ask | show | jobs
by groundthrower 2031 days ago
Okay, nice. And if I would like like 32 vCpus? Having an application today that has a huge degree of parallelism, but utilizing an external cloud provider that offers dedicated machines with very affordable pricing. Would really like to use lambdas instead though.
1 comments

Interesting. Not possible today. We'd still encourage paralyzation up through multiple concurrency of functions being executed.
I would love to see this as well: having 96-vCPU Lambda instances (or instances that match the biggest C-family instance you have) would solve a lot of problems for me. The execution model of Lambda (start a runtime, handle requests, AWS handles pool management) feels much easier to use than managing a pool.

Someone from AWS once commented to me that "if you're ever having to manage a pool rather than letting us manage it, that's a gap in our services".

"paralyzation" -> parallelization, yeah? :)
It was a long day yesterday, thank you :)