(Choose 1 answer)
As an AWS Certified Developer Associate, you are given a document written in YAML that represents the architecture of a serverless application. The first line of the document contains Transform:'AWS::Serverless-2016-10-31'.
What does the Transform section in the document represent?
A. It represents an intrinsic function
B. Presence of Transform section indicates it is a CloudFormation Parameter
C. Presence of Transform section indicates it is a Serverless Application Model (SAM) template
D. It represents a Lambda function definition
E25