DEV Community

Discussion on: How to run stateful AWS Lambda functions in any language using custom runtimes

Collapse
 
rimutaka profile image
Max • Edited

Unanswered questions:

  1. Do lambdas get charged for CPU time or for CPU time between invocations? Is it possible to get free CPU time in between?
  2. What is the degree of parallelism (number of cores) available to the runtime?
  3. How does cost of Lambda compare to the cost of EC2 per unit of computation?

Answers: