CT3 & AWS Amplify
Hi, sorry to bother everyone. Does anyone here use Create T3 and AWS Amplify? I'm trying to setup TRPC with Amplify authentication and i'm not sure how to apporach it
3 Replies
I am curious, why is your choice AWS Amplify ? ( I played with it year ago, it was interesting, but everything was working somehow and I had no idea, how it actually works, what service it will start on in the AWS... it was like big black box magic )
NextAuth has an Amazon Cognito provider https://next-auth.js.org/providers/cognito
Amazon Cognito | NextAuth.js
Documentation
Howdy! So my reason for using Amplify over something like vercel is cost and tools. I need to build an app that will have an estimated 10k users a month using it and I need to store lots of records, Amplify makes it really easy to store data into S3 and scale with DynamoDB. The other thing is, although Vercel and the new Vercel services are nice, I don't have control over a lot of what I want to do, and my client wants everything running in Frankfurt servers on AWS.