#arc sandbox is significantly slower than remix dev
1 messages · Page 1 of 1 (latest)
Same problem here...
I tried out the grunge stack and experience the same slowness. I also did not like the fact that I could not connect the vscode debugger to the remix server. This is an issue that is due to how arc runs a new instance of the app for each request to simulate the lambda env.
I was struggling with this until I saw that SST has a way to deploy remix to AWS while letting you use the remix dev server for development. I have not yet got it deployed but my experience has been good so far building my application.
I was curious if anyone else has had experience with SST for remix deployments?
I'm not using SST, but I am deploying to aws lambda and using remix dev to run the app locally. You will need some extra stuff if you want the whole stack locally, but I typically run against real aws services aside from the lambda
Do you use the the grunge stack with arc? Or if not how do you deploy the remix app to AWS?