Serverless

AWS services for building serverless applications.

AWS serverless computing services for building and running applications without managing servers. Main services are AWS Lambda for running code, Amazon API Gateway for creating APIs, Amazon DynamoDB for NoSQL database, Amazon S3 for storage, and AWS Step Functions for coordinating distributed applications.
5 minutes 5 Questions

Serverless is a cloud computing execution model where AWS manages the infrastructure so you can focus solely on your code. In AWS, serverless primarily refers to AWS Lambda, which lets you run code in response to events without provisioning or managing servers. Key characteristics of serverless in…

Concepts covered: AWS Fargate, AWS Lambda

Test mode:
CCP - Serverless Example Questions

Test your knowledge of Serverless

Question 1

Which of the following statements about AWS Lambda is true?

Question 2

Which of the following is a key advantage of using AWS Lambda for serverless computing?

Question 3

Which of the following is a key characteristic of AWS Lambda?

More Serverless questions
21 questions (total)