Practice free →
HomeAWS Developer Associatecloudcomputingawsdevdeployment › What is the AWS Serverless Application Model (SA…

What is the AWS Serverless Application Model (SAM)?

AA relational database engine
BA managed Kubernetes control plane
CA CloudFormation extension with shorthand syntax for defining Lambda, API Gateway, DynamoDB, and other serverless resources
DA separate cloud provider that competes with AWS
Answer & Solution
Correct answer: C. A CloudFormation extension with shorthand syntax for defining Lambda, API Gateway, DynamoDB, and other serverless resources
SAM is a CloudFormation transform — `AWS::Serverless::Function`, `AWS::Serverless::Api`, etc. expand to plain CloudFormation. The other options describe entirely different products.
Solve this in the app — AWS Developer Associate practice & 24k+ MCQs →
Related questions