Quiz Yourself on Error Handling in AWS Lambda
Test your knowledge of handling errors in AWS Lambda functions.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What would typically be the value of the errorType
field in a JSON-serialized error returned by a Lambda function?
A.
The fully qualified exception type
B.
The class name of the exception that was thrown
C.
Comma-separated names of all exceptions thrown, including any inner exceptions
D.
The human-readable error message
1 / 5
...