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
asked 3 months ago111 views
1 Answer
1
Accepted Answer

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

Chris
answered 3 months ago
profile picture
EXPERT
reviewed 2 months 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