Practice Questions

AWS Lambda

Lambda is a serverless compute service. You provide code; AWS provisions and manages all execution infrastructure. You are billed only for the duration your code runs (in 1ms increments).

Execution Model

Concurrency

Lambda in VPCs

By default, Lambda functions run outside your VPC and cannot access private VPC resources (RDS, ElastiCache, private EC2).

Key Configuration