After some deployments, lambda invocations respond with:
{
"errorMessage":"RequestId: [...] Error: Runtime exited with error: signal: illegal instruction (core dumped)",
"errorType":"Runtime.ExitError"
}
The issue can disappear after rerunning the deployment (build + deploy) without any modifications.
The error seems to imply that invocation_response::success or invocation_response::failure wasn't called or passed a nullptr.
After some deployments, lambda invocations respond with:
The issue can disappear after rerunning the deployment (build + deploy) without any modifications.
The error seems to imply that
invocation_response::successorinvocation_response::failurewasn't called or passed anullptr.