Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In AWS Lambda, how should a developer implement logging to include a unique identifier for each function invocation event?
A
Use the AWS request ID from the context object and log to standard output.
B
Use the AWS request ID from the event object and log to a file.
C
Use the AWS request ID from the event object and log to standard output.
D
Use the AWS request ID from the context object and log to a file.