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
cje
cje16mo ago
yea probably if using lambdas on aws was easy, vercel wouldn't be in business
royanger
royanger16mo ago
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.
kwargs
kwargs16mo ago
Is ecs event possible with the free tier?
kwargs
kwargs16mo ago
You could take a look at https://open-next.js.org/
OpenNext
Open source Next.js serverless adapter
JudgeJLo
JudgeJLo16mo ago
Depending on your Next version Amplify could be easier.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
kwargs
kwargs16mo ago
Open Next is from the SST people