Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda should return a non-zero error code if an error is thrown #36

Open
nitrocode opened this issue Oct 14, 2020 · 0 comments
Open

Lambda should return a non-zero error code if an error is thrown #36

nitrocode opened this issue Oct 14, 2020 · 0 comments

Comments

@nitrocode
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant