List of questions
Related questions
Question 149 - DVA-C01 discussion
A Developer must deploy a new AWS Lambda function using an AWS CloudFormation template.
Which procedures will deploy a Lambda function? (Select TWO.)
A.
Upload the code to an AWS CodeCommit repository, then add a reference to it in an AWS::Lambda::Function resource in the template.
B.
Create an AWS::Lambda::Function resource in the template, then write the code directly inside the CloudFormation template.
C.
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.
D.
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.
E.
Upload the function code to a private Git repository, then add a reference to it in an AWS::Lambda::Function resource in the template.
Your answer:
0 comments
Sorted by
Leave a comment first