I have a Nodejs express app using Mongodb, and I want to go serverless.
Do I have to write again all my endpoints express with aws Lambda ? How can I convert my mongoose schemas to work with Dynamodb ?
I tried to use aws codestar service and found that I can use Express.js but just as a web service. I still don't understand why I can't use it with a web application.
I Need some clarification, please.
Thanks in advance.