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?

asked 2 years ago1152 views
1 Answer
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
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions