AWS service for serverless computing
Question:
Which AWS service is commonly used for serverless computing?
- Amazon EC2
- AWS CloudFront
- AWS Lambda
- AWS Elastic Beanstalk
Answer:
C - is the correct answer. AWS Lambda is a serverless computing service that lets you run your code without provisioning or managing servers. It automatically scales your applications in response to incoming requests, and you only pay for the compute time consumed