
Ultimate access to all questions.
A media analytics company has developed a streaming application leveraging AWS Lambda by utilizing the Serverless Application Model (SAM) framework.
As a Developer Associate, which sequence should you follow to deploy the application successfully from start to finish?
A
Develop the SAM template locally => deploy the template to S3 => use your application in the cloud
B
Develop the SAM template locally => upload the template to S3 => deploy your application to the cloud
C
Develop the SAM template locally => upload the template to Lambda => deploy your application to the cloud
D
Develop the SAM template locally => upload the template to CodeCommit => deploy your application to CodeDeploy