Migrating from Lovable to AWS: Tips and Best Practices?

0
0
Asked By TechyTraveler42 On

Hey everyone! I'm looking to migrate a project from Lovable to AWS and would love to hear your thoughts. I'm planning to set up CloudFront with S3 to host my web app, and I'm also considering moving my Supabase database to an EC2 instance. Does anyone have suggestions or best practices that might help with this transition?

5 Answers

Answered By HelpfulHarry73 On

You might want to check out defang.io for an easy deployment to AWS. Let me know if you need assistance!

Answered By CloudySky88 On

I have my frontend hosted on Amplify, which is basically a nice wrapper around CloudFront, while my backend is on Supabase. I’m still on the free tier and really don’t want to manage my own database. Even the $25/month for it is worth it for the convenience!

SimplicitySeeker -

Absolutely, Amplify is a solid choice for hosting!

Answered By CuriousCat99 On

Just wondering, what's driving your decision to move from Supabase to EC2?

TechyTraveler42 -

I’m looking for more control over my database management.

Answered By ServerSmith22 On

Go ahead with your plan to use S3 and CloudFront for the frontend, but consider keeping the backend on Supabase for now. Once your setup is working smoothly, then you can evaluate if it’s worth migrating the database over.

Answered By CodeWizard789 On

What framework is your web app built on? If it's Next.js, take a look at sst.dev, which can simplify your deployment on AWS!

DevDude001 -

It’s using React, but thanks for the tip! I’ll definitely keep it in mind for my other projects.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.