
Explanation:
The recommended AWS service for defining serverless resources in YAML is the AWS Serverless Application Model (AWS SAM). AWS SAM is an open-source framework that extends AWS CloudFormation to provide a simplified way to define the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application. It allows you to define these resources in a YAML template and use the AWS SAM CLI to package and deploy your application. Therefore, the correct answer is C.
Ultimate access to all questions.
Which AWS service or tool is recommended for defining serverless resources in YAML for a serverless application using Amazon API Gateway, Amazon DynamoDB, and AWS Lambda?
A
CloudFormation serverless intrinsic functions
B
AWS Elastic Beanstalk
C
AWS Serverless Application Model (AWS SAM)
D
AWS Cloud Development Kit (AWS CDK)
No comments yet.