DVA-C02 · Question #672
A developer has created an AWS Lambda function for a company's application. The developer must make the Lambda function available for other developers at the company to deploy as needed. The other dev
The correct answer is A. Resources E. Transform. A valid AWS SAM template for the Serverless Application Repository must include the Resources section to define the AWS resources (such as the Lambda function) and the Transform section to specify the use of the AWS SAM transform. These are mandatory to describe the infrastructur
Question
A developer has created an AWS Lambda function for a company's application. The developer must make the Lambda function available for other developers at the company to deploy as needed. The other developers must be able to use the application without needing to configure the environment or resources. The developer decides to publish the application in the AWS Serverless Application Repository and needs to build the AWS SAM template for the deployment. Which sections is the developer required to include in the template? (Choose two.)
Options
- AResources
- BParameters
- CMetadata
- DGlobals
- ETransform
How the community answered
(17 responses)- A82% (14)
- C6% (1)
- D12% (2)
Explanation
A valid AWS SAM template for the Serverless Application Repository must include the Resources section to define the AWS resources (such as the Lambda function) and the Transform section to specify the use of the AWS SAM transform. These are mandatory to describe the infrastructure and enable SAM processing.
Community Discussion
No community discussion yet for this question.