Multiple Choice
A Developer must deploy a new AWS Lambda function using an AWS CloudFormation template. Which procedures will deploy a Lambda function? (Choose 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. 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. Create an 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. Upload a .ZIP file containing the function code to Amazon S3, then add a reference to it in an
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. Upload a .ZIP file to AWS CloudFormation containing the function code, then add a reference to it in an
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. Upload the function code to a private Git repository, then add a reference to it in an
Correct Answer:

Verified
Correct Answer:
Verified
Q310: A gaming company is developing a mobile
Q311: A Developer is working on a serverless
Q312: A company is building an application to
Q313: A Developer is creating an Auto Scaling
Q314: Which features can be used to restrict
Q316: A customer wants to deploy its source
Q317: Which of the following services are included
Q318: A serverless application uses an API Gateway
Q319: A team of Developers must migrate an
Q320: An application stops working with the following