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
Since changing the runtime of our lambdas from go1.x to provider.al2023, I'm encountering a problem with the traceability of panic error memory logs.
Instead of
invalid memory address or nil pointer dereference
and the line number where it stops, I have:
calling the handler function resulted in a panic, the process should exit
Unknown application error occurred Runtime.Unknown
This message appears on all my functions with the "provider.al2023" runtime.
Thanks.
The text was updated successfully, but these errors were encountered:
Since changing the runtime of our lambdas from go1.x to provider.al2023, I'm encountering a problem with the traceability of panic error memory logs.
Instead of
invalid memory address or nil pointer dereference
and the line number where it stops, I have:
This message appears on all my functions with the "provider.al2023" runtime.
Thanks.
The text was updated successfully, but these errors were encountered: