Multiple Choice
A Developer has been asked to make changes to the source code of an AWS Lambda function. The function is managed using an AWS CloudFormation template. The template is configured to load the source code from an Amazon S3 bucket. The Developer manually created a .ZIP file deployment package containing the changes and put the file into the correct location on Amazon S3. When the function is invoked, the code changes have not been applied. What step is required to update the function with the changes?
A) Delete the .ZIP file on S3, and re-upload by using a different object key name.
B) Update the CloudFormation stack with the correct values for the function code properties S3Bucket , S3Key , or S3ObjectVersion . Update the CloudFormation stack with the correct values for the function code properties S3Bucket , S3Key , or S3ObjectVersion .
C) Ensure that the function source code is base64-encoded before uploading the deployment package to S3.
D) Modify the execution role of the Lambda function to allow S3 access permission to the deployment package .ZIP file.
Correct Answer:

Verified
Correct Answer:
Verified
Q133: A Lambda function is packaged for deployment
Q134: A company stores all personally identifiable information
Q135: A developer is building an application that
Q136: A company wants to make sure that
Q137: A Developer has built an application running
Q139: A company has a two-tier application running
Q140: A Developer must re-implement the business logic
Q141: A Developer is creating a Lambda function
Q142: A company has a web application that
Q143: Company A has an S3 bucket containing