The lambda output returned a 0 return code when I saw the error in issue #34.
This makes it impossible to monitor for these types of errors. The lambda should not only return the error, as it already does in cloudwatch, but also return a non-zero error code so we can track these errors and jump on them when they occur.
The lambda output returned a 0 return code when I saw the error in issue #34.
This makes it impossible to monitor for these types of errors. The lambda should not only return the error, as it already does in cloudwatch, but also return a non-zero error code so we can track these errors and jump on them when they occur.