Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.