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?

質問済み 2年前1178ビュー
1回答
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
エキスパート
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン