
Answer-first summary for fast verification
Answer: Transform
Transform The AWS Serverless Application Model (AWS SAM) is an open-source framework that you can use to build serverless applications on AWS. A serverless application is a combination of Lambda functions, event sources, and other resources that work together to perform tasks. Note that a serverless application is more than just a Lambda function—it can include additional resources such as APIs, databases, and event source mappings. Serverless Application Model (SAM) Templates include several major sections. Transform and Resources are the only required sections.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of creating a serverless application using AWS Serverless Application Model (SAM), you are required to define various sections in the SAM template. Understanding the mandatory sections helps ensure your template will deploy correctly. Beyond the essential Resources section, identify which one of the following sections is also required for a valid SAM Template?
A
Parameters
B
Globals
C
Transform
D
Mappings
No comments yet.