Solved

A Developer Has Built an Application Running on AWS Lambda

Question 137

Multiple Choice

A Developer has built an application running on AWS Lambda using AWS Serverless Application Model (AWS SAM) . What is the correct order of execution to successfully deploy the application?


A) 1. Build the SAM template in Amazon EC2. 2. Package the SAM template to Amazon EBS storage. 3. Deploy the SAM template from Amazon EBS.
B) 1. Build the SAM template locally. 2. Package the SAM template onto Amazon S3. 3. Deploy the SAM template from Amazon S3.
C) 2. Deploy the SAM template from Amazon S3. 3. Package the SAM template for use.
D) 2. Package the SAM template from AWS CodeCommit. 3. Deploy the SAM template to CodeCommit.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions