DEV Community

Discussion on: A crash course on Serverless APIs with Express and MongoDB

Collapse
 
cmalcom profile image
Corey Malcom

Thanks so much for the write-up. It is very informative, however I have been unable to get the code to function. What would be a good forum to ask troubleshooting questions?

Collapse
 
adnanrahic profile image
Adnan Rahić

Feel free to write here about the issues you're facing. Another thing you can do is to check the code in the repo and see what you're doing wrong.

A crash course on serverless APIs with Express and Mongodb

Quick and easy tutorial on how to create a serverless API and deploy it to AWS Lambda. Persistent data is stored in MongoDB on Atlas clusters. Check out the whole tutorial here.


Collapse
 
mithunph profile image
mithunph

I have used serverless and express. It works perfectly for most of the time but sometimes i get 502 bad gateway (internal server error). kindly help me to fix this.