DVA-C02 · Question #10
A developer is creating a template that uses AWS CloudFormation to deploy an application. The application is serverless and uses Amazon API Gateway, Amazon DynamoDB, and AWS Lambda. Which AWS…
The correct answer is C. AWS Serverless Application Model (AWS SAM). The AWS Serverless Application Model(SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want…
Question
A developer is creating a template that uses AWS CloudFormation to deploy an application. The application is serverless and uses Amazon API Gateway, Amazon DynamoDB, and AWS Lambda. Which AWS service or tool should the developer use to define serverless resources in YAML?
Options
- ACloudFormation serverless intrinsic functions
- BAWS Elastic Beanstalk
- CAWS Serverless Application Model (AWS SAM)
- DAWS Cloud Development Kit (AWS CDK)
How the community answered
(24 responses)- A8% (2)
- C88% (21)
- D4% (1)
Explanation
The AWS Serverless Application Model(SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and model it using YAML. https://aws.amazon.com/serverless/sam/
Community Discussion
No community discussion yet for this question.