Skip to content

Commit

Permalink
Fix: question13 correct answer (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Feb 25, 2024
1 parent 71f1c6a commit 21c44c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,11 @@ We are so thankful for every contribution, which makes sure we can deliver top-n

### A developer must extend an existing application that is based on the AWS Services 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? (Select TWO)

- [x] Sam init.
- [ ] Sam validate.
- [ ] Sam build.
- [x] Sam deploySam publish.
- [ ] Sam publish.
- [ ] sam init.
- [ ] sam validate.
- [x] sam build.
- [x] sam deploy.
- [ ] sam publish.

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

Expand Down

0 comments on commit 21c44c5

Please sign in to comment.