0 votes
in AWS by

A developer is writing an AWS Lambda function. The developer wants to log key events that occur during the Lambda function and include a unique identifier to associate the events with a specific function invocation.
Which of the following will help the developer accomplish this objective?

  • A. Obtain the request identifier from the Lambda context object. Architect the application to write logs to the console.
  • B. Obtain the request identifier from the Lambda event object. Architect the application to write logs to a file.
  • C. Obtain the request identifier from the Lambda event object. Architect the application to write logs to the console.
  • D. Obtain the request identifier from the Lambda context object. Architect the application to write logs to a file.

1 Answer

0 votes
by

Correct options are :- 

  • A. Obtain the request identifier from the Lambda context object. Architect the application to write logs to the console. 
  • D. Obtain the request identifier from the Lambda context object. Architect the application to write logs to a file.

Related questions

0 votes
asked Mar 5 in AWS by DavidAnderson
0 votes
asked Mar 5 in AWS by DavidAnderson
...