DEV Community

Rahul Bhanushali
Rahul Bhanushali

Posted on

Expressjs app with Serverless/ClaudiJS performance?

Has anyone built and deployed an existing expressjs app to production using serverless or claudiajs?

How was the performance? Was it as good as using lambda functions + api gateway for individual endpoints?

Top comments (1)

Collapse
 
rahulbhanushali profile image
Rahul Bhanushali

I am building a personal project and don't wish to get locked in if tomorrow AWS decides to stop offering their free tier.
I want it to be easily port it out of AWS and deploy somewhere else.