Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a serverless application using AWS Lambda and AWS CloudFormation, how can a developer ensure the application has runtime access to the name of a pre-created log group in Amazon CloudWatch Logs?
A
Utilize the AWS::Include transform to import the log group name.
B
Incorporate the log group name within the user data section.
C
Specify the log group name using the Mappings section of the template.
D
Assign the log group's ARN as an environment variable for the Lambda function.