Skip to content

Commit 25ec12d

Browse files
fix: question329 (closes #33)
1 parent 64590bc commit 25ec12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

35613561
### A Developer must deploy a new AWS Lambda function using an AWS CloudFormation template. Which procedures will deploy a Lambda function? (Select TWO)
35623562

3563-
- [x] Upload the code to an AWS CodeCommit repository, then add a reference to it in an AWS::Lambda::Function resource in the template.
3563+
- [ ] Upload the code to an AWS CodeCommit repository, then add a reference to it in an AWS::Lambda::Function resource in the template.
35643564
- [x] Create an AWS::Lambda::Function resource in the template, then write the code directly inside the CloudFormation template.
3565-
- [ ] Upload a .ZIP file containing the function code to Amazon S3, then add a reference to it in an AWS::Lambda::Function resource in the template.
3565+
- [x] Upload a .ZIP file containing the function code to Amazon S3, then add a reference to it in an AWS::Lambda::Function resource in the template.
35663566
- [ ] Upload a .ZIP file to AWS CloudFormation containing the function code, then add a reference to it in an AWS::Lambda::Function resource in the template.
35673567
- [ ] Upload the function code to a private Git repository, then add a reference to it in an AWS::Lambda::Function resource in the template.
35683568

0 commit comments

Comments
 (0)