Question: How is the cost associated with Lambda function calculated?

  1. `number of function calls`
  2. `amount of code run`
  3. `compute time`
  4. `amount of infrastructure used`

Answer: The correct answer of the above question is Option C:`compute time`