Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a CloudFormation template for a demo involving AWS Lambda and S3, what is the least effort method for a developer to include an existing Lambda function's deployment package stored in S3?
A
Inline the function code in the CloudFormation template using the code property.
B
Use the ZipFile property in the CloudFormation template for the function code.
C
Specify the S3 key of the Lambda function's deployment package in the ZipFile property.
D
Utilize S3Bucket and S3Key properties to reference the S3 bucket and key in the CloudFormation template.