AWS Certified Developer Associate DVA-C01 – Question109

A developer must extend an existing application that is based on the AWS Serverless Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions.
Which combination of commands must the developer use to redeploy the AWS SAM application? (Choose two.)

A.
sam init
B. sam validate
C. sam build
D. sam deploy
E. sam publish

Correct Answer: CD