ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 149 - DVA-C01 discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Answers
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.
Answers
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.
Suggested answer: B, C

Explanation:

https://aws.amazon.com/blogs/infrastructure-and-automation/deploying-aws-lambda-functionsusing-aws-cloudformation-the-portable-way/

asked 16/09/2024
Andy Hodges
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first