Quiz Yourself on Error Handling in AWS Lambda
Test your knowledge of handling errors in AWS Lambda functions.
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
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.