According to the [documentation](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html#runtimes-api-initerror) we must set a special header (`"Lambda-Runtime-Function-Error-Type: Unhandled"`) when we report an error. This must be done for both: - [ ] initialization error - [ ] invocation error