
Answer-first summary for fast verification
Answer: Implement a Transform section with AWS SAM syntax within CloudFormation templates to define resources.
The correct answer is C. By adding a Transform section to the CloudFormation templates and using AWS SAM syntax to define the resources, the development team can effectively create serverless infrastructure. The Transform section allows the use of AWS SAM syntax, which makes it easier to define serverless applications, including Lambda functions, APIs, and other resources. This approach aligns with AWS best practices for deploying serverless applications using CloudFormation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of serverless computing adoption, how should a development team utilize AWS CloudFormation templates to deploy infrastructure using AWS Serverless Application Model (AWS SAM)?
A
Include a Resources section with AWS::Lambda::Function in CloudFormation templates.
B
Utilize a Mappings section for AWS::Serverless::Function and AWS::Serverless::API in CloudFormation templates.
C
Implement a Transform section with AWS SAM syntax within CloudFormation templates to define resources.
D
Specify AWS SAM Globals in a Parameters section of CloudFormation templates.
No comments yet.