I have an Rust application that scales with number of CPU cores available. However, for example AWS Lambda only has a few cores available in their highest memory configuration.<p>Are there any such services available?
Why would this be necessary? Assume you have 4 requests coming in concurrently, AWS would just route to 4 different lambdas. Otherwise why even go down this route?