You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: