Which AWS service is used for serverless computing?
- AWS Lambda
- Amazon EC2
- Amazon RDS
- Amazon S3
AWS Lambda is the AWS service used for serverless computing. It allows developers to run code without provisioning or managing servers. It's a cost-effective way to build applications that respond to events and scale automatically.
Loading...
Related Quiz
- Your company's web application is experiencing performance issues due to database overload. How would you use caching to alleviate this bottleneck?
- In which scenario would you typically use the "git rebase" command over "git merge"?
- Materialized views are often employed in query optimization to store _______.
- The command "git reflog" displays a _______ of actions that have been taken in the repository.
- The split() method in JavaScript is used to split a string into an array of _______.