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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3560,9 +3560,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
3560
3560
3561
3561
### A Developer must deploy a new AWS Lambda function using an AWS CloudFormation template. Which procedures will deploy a Lambda function? (Select TWO)
3562
3562
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.
3564
3564
-[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.
3566
3566
-[ ] 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.
3567
3567
-[ ] Upload the function code to a private Git repository, then add a reference to it in an AWS::Lambda::Function resource in the template.
0 commit comments