Scenario: You need to develop a machine learning model using AWS Lambda. Which runtime option would you choose and why?
- Go runtime
- Java runtime
- Node.js runtime
- Python with TensorFlow runtime
Python with TensorFlow runtime is a suitable choice for developing machine learning models on AWS Lambda, as it provides the necessary libraries and frameworks for training and inference tasks.
Loading...
Related Quiz
- AWS Lambda enforces a __________ for custom runtimes to ensure security and stability.
- How does AWS Lambda handle updates to deployment packages?
- The __________ feature of AWS Lambda allows you to reuse common code across multiple functions, reducing duplication in deployment packages.
- AWS Lambda supports concurrent executions, allowing multiple instances of a function to run __________.
- In what way does AWS X-Ray provide insights into distributed applications?