Deploy nestjs app to lambda but keeps timeout

0

Hi,

I deployed a nestjs app to a lambda function but it never invoked successfully. Always showed me 502 internal server error.

I tested 'sam local start-apo', and it worked ok.

This app does not communicate to any other aws services, and no VPC was set up.

Tried api gateway and public function url, but both showed 502.

Here is the serverless.ts that defines the handler. Enter image description here

Here is the yaml file. Enter image description here

here is the log. Enter image description here

Please let me know if you need more information.

Thank you so much.

Chris

Chris
質問済み 3ヶ月前123ビュー
1回答
1
承認された回答

this issue has been solved. it's the MongoDB that was not connected properly.

Chris
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前

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

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

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

関連するコンテンツ