You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to serve the client code via S3/Cloudfront at www.example.com, and host the server code on an EC2 instance at api.example.com. Is that possible? We'd need to rewrite the client host for all API calls (and tRPC as well, but that's a different issue).
Examples 🌈
No response
Motivation 🔦
Serving the static assets via S3 would be nice, leaving the EC2 instance to only have to handle API requests instead of having to serve static assets.
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Summary 💡
I'd like to serve the client code via S3/Cloudfront at
www.example.com
, and host the server code on an EC2 instance atapi.example.com
. Is that possible? We'd need to rewrite the client host for all API calls (and tRPC as well, but that's a different issue).Examples 🌈
No response
Motivation 🔦
Serving the static assets via S3 would be nice, leaving the EC2 instance to only have to handle API requests instead of having to serve static assets.
The text was updated successfully, but these errors were encountered: