Deployment on AWS
Hello, I want to deploy my t3 app with a postgres db on aws using the free tier. Is dockerizing the project and using ECS the easiest option?
7 Replies
yea probably
if using lambdas on aws was easy, vercel wouldn't be in business
Take a look at sst.dev. I haven't look at it with T3, but it is designed to, among other things, make deploying Next to AWS much easier.
Is ecs event possible with the free tier?
You could take a look at https://open-next.js.org/
OpenNext
Open source Next.js serverless adapter
Depending on your Next version Amplify could be easier.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Open Next is from the SST people