GregLab | Exam Prep

Serverless

Core

AWS Lambda

Event-driven function compute that scales through concurrency without customers managing servers.

Key points

  • Lambda fits compatible runtimes, execution duration, event models, and ephemeral execution; durable state belongs outside the function.
  • Memory selection affects available compute resources, so tune by measured duration and total work.
  • Concurrency, retries, event-source semantics, connection pressure, and downstream limits are architecture responsibilities.

Best-known use cases

  • Process events or API requests with short-lived functions.
  • Run intermittent automation without idle servers.

What candidates often confuse it with

  • Lambda runs functions; Fargate runs containers and EC2 provides host control.
  • Lambda scales rapidly; SQS can buffer work to protect downstream dependencies.

Key takeaway

Choose Lambda for compatible event functions, then control concurrency and externalize state.

Related services

  • Amazon API Gateway
  • Amazon SQS
  • AWS Step Functions
  • AWS Fargate

Relevant exam tasks

  • D2.1
  • D3.2
  • D4.2

Learn more

Free AWS Certified Solutions Architect - Associate prep

Build focused SAA-C03 quizzes from skill areas, topics, and product references.

Practice with exam-style multiple-choice and multiple-response questions, score breakdowns, explanations, and a compact reference for this lane's official exam domains.

Build a quiz

Exam Weights

Exam snapshot

SAA-C03 at a glance

Category
Associate
Duration
130 minutes
Questions
65 total; 50 scored and 15 unidentified unscored
Formats
Multiple choice and multiple response
Scoring
100–1,000 scaled score; 720 minimum passing score

Quiz builder

Choose your practice set

Mode

Exam fidelity: AWS documents 65 questions in 130 minutes: 50 scored and 15 unidentified unscored, using multiple-choice and multiple-response formats. This site's practice accuracy and readiness do not reproduce AWS's 100–1,000 scaled scoring or identify unscored items. Difficulty labels describe this site's Associate-level scenario complexity, not an AWS-published question rating.

Reference

SAA-C03 topics and reference map

Study links

SAA-C03 resources