A company wants to use a serverless compute service for an application.
Which AWS service will meet this requirement?
AWS Lambda is the primary serverless compute service—it executes code without requiring server provisioning or management. CloudFormation is an infrastructure templating service, Elastic Beanstalk is a platform-as-a-service for web applications, and Elastic Load Balancing handles request distribution.
Community Discussion