Question: What is AWS best practice for Lambda configuration?
- `Overprovision memory to run your functions faster and reduce your costs. Do not overprovision your function timeout settings.`
- `Overprovision memory and your function timeout settings to run your functions faster and reduce your costs.`
- `Do not overprovision memory. Overprovision your function timeout settings to run your functions faster and reduce costs.`
- `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.`