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

Improve error logging #94

Open
RichardAtkin opened this issue Feb 2, 2023 · 0 comments
Open

Improve error logging #94

RichardAtkin opened this issue Feb 2, 2023 · 0 comments

Comments

@RichardAtkin
Copy link

Background
The Python awslambdaric v2.0.0 library works perfectly in conjunction with awslambdarie in local dev, and it usually works great in 'proper' Lambda, but unfortunately not all the time. When I invoke some particular in-house libraries while running in Lambda, the invocation dies without giving an insightful reason.

Problem
The provided error 'Runtime exited with error: exit status 1' does not help me debug why a fault is happening.

Suggested fixes

  • Document what could cause awslambdaric / Lambda to die and return a runtime exiterror 1
  • Provide detailed outputs in the execution log about what has just caused the fault
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