Skip to content

Commit 235df3b

Browse files
Merge pull request #29 from Olat-nji/main
corrected answers to question 120 and question 133
2 parents 0811fa1 + 5b704f4 commit 235df3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,9 +1615,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
16151615

16161616
### 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?
16171617

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.
16191619
- [ ] 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.
16211621
- [ ] Create the application environment using the eb create my-env command.
16221622

16231623
**[⬆ 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
17361736

17371737
### 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)
17381738

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.
17421742
- [ ] 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.
17441744

17451745
**[⬆ Back to Top](#table-of-contents)**
17461746

0 commit comments

Comments
 (0)