You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1615,9 +1615,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
1615
1615
1616
1616
### A company has developed a new serverless application using AWS Lambda functions that will be deployed using the AWS Serverless Application Model (AWS SAM) CLI. Which step should the developer complete prior to deploying the application?
1617
1617
1618
-
-[x] Compress the application to a .zip file and upload it into AWS Lambda.
1618
+
-[] Compress the application to a .zip file and upload it into AWS Lambda.
1619
1619
-[ ] Test the new AWS Lambda function by first tracing it in AWS X-Ray.
1620
-
-[] Bundle the serverless application using a SAM package.
1620
+
-[x] Bundle the serverless application using a SAM package.
1621
1621
-[ ] Create the application environment using the eb create my-env command.
1622
1622
1623
1623
**[⬆ Back to Top](#table-of-contents)**
@@ -1736,11 +1736,11 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
1736
1736
1737
1737
### A developer is creating a script to automate the deployment process for a serverless application. The developer wants to use an existing AWS Serverless Application Model (AWS SAM) template for the application. What should the developer use for the project? (Choose TWO)
1738
1738
1739
-
-[] Call aws cloudformation package to create the deployment package. Call aws cloudformation deploy to deploy the package afterward.
1740
-
-[] Call sam package to create the deployment package. Call sam deploy to deploy the package afterward.
1741
-
-[x] Call aws s3 cp to upload the AWS SAM template to Amazon S3. Call aws lambda update-function-code to create the application.
1739
+
-[x] Call aws cloudformation package to create the deployment package. Call aws cloudformation deploy to deploy the package afterward.
1740
+
-[x] Call sam package to create the deployment package. Call sam deploy to deploy the package afterward.
1741
+
-[] Call aws s3 cp to upload the AWS SAM template to Amazon S3. Call aws lambda update-function-code to create the application.
1742
1742
-[ ] Create a ZIP package locally and call aws serverlessrepo create-application to create the application.
1743
-
-[x] Create a ZIP package and upload it to Amazon S3. Call aws cloudformation create-stack to create the application.
1743
+
-[] Create a ZIP package and upload it to Amazon S3. Call aws cloudformation create-stack to create the application.
0 commit comments