Deploy Start to AWS
Hi all, I'm evaluating using Start for a new project which will be hosted in an Asia AWS region. Platforms like Netlify/Vercel/Clerk have pretty bad latency over there so we plan to do everything within that AWS region.
I didn't find much resources on how TanStack Start can be deployed inside AWS, and tools like SST doesn't support Start yet. Is it too early to try to run Start entirely on AWS infra?
7 Replies
afraid-scarlet•7mo ago
SST has support for start
afraid-scarlet•7mo ago
https://github.com/sst/sst/tree/eac55eb29bda6fc9b308d6946e2e9137eb9725ca/examples/aws-tanstack-start
GitHub
sst/examples/aws-tanstack-start at eac55eb29bda6fc9b308d6946e2e9137...
Build full-stack apps on your own infrastructure. Contribute to sst/sst development by creating an account on GitHub.
afraid-scarlet•7mo ago
GitHub
sst/platform/src/components/aws/tanstack-start.ts at eac55eb29bda6f...
Build full-stack apps on your own infrastructure. Contribute to sst/sst development by creating an account on GitHub.
dependent-tan•7mo ago
@Manuel Schiller So is it possible to deploy Aws Amplify?
afraid-scarlet•7mo ago
no idea 🤪
absent-sapphire•7mo ago
At my job we've deployed successfully using AWS Fargate.
extended-salmon•5mo ago
It should be posiible with tanstack start as it uses nitro and in the nitro docs there is this
https://nitro.build/deploy/providers/aws-amplify
AWS Amplify - Nitro
Deploy Nitro apps to AWS Amplify Hosting.