AWS Lambda RIC crashes in both lambda environment and when running locally inside docker

0

A little bit of context. I am running my docker image on AWS lambda on ARM 64, and on local with M1. I did not have any problems until recently when I noticed the image giving on lambda the error

container-1  | 08 Sep 2022 17:29:01,415 [WARNING] (rapid) First fatal error stored in appctx: Runtime.ExitError
container-1  | 08 Sep 2022 17:29:01,415 [WARNING] (rapid) Process 14(npx) exited: Runtime exited with error: signal: killed
container-1  | END RequestId: b69162dc-da7b-4c3b-8965-2d609f1e2856

This error started appearing on the local too, when testing, completely random, and once it happens I am forced to totally stop the docker container and restart it otherwise no more calls will work because the was lambda ric process died (as show by the 2nd error npx exited). What I am curious is where I can get more information on this error to inspect what is causing it. Are there any relevant log files to inspect?

preguntada hace 2 años1178 visualizaciones
1 Respuesta
0

This sort of issue will probably need a core dump file to be analyzed by the team that maintains the Lambda RIC. Is it possible for you to file a Support ticket?

profile pictureAWS
EXPERTO
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas