Question: What is AWS best practice for Lambda configuration?

  1. `Overprovision memory to run your functions faster and reduce your costs. Do not overprovision your function timeout settings.`
  2. `Overprovision memory and your function timeout settings to run your functions faster and reduce your costs.`
  3. `Do not overprovision memory. Overprovision your function timeout settings to run your functions faster and reduce costs.`
  4. `Do not overprovision memory. Do not overprovision your function timeout settings to run your functions faster and reduce costs.`

Answer: The correct answer of the above question is Option A:`Overprovision memory to run your functions faster and reduce your costs. Do not overprovision your function timeout settings.`