Join Slack
Powered by
Just curious anyone have any repos using sst &...
# help
g
Garret Harp
02/27/2022, 1:00 AM
Just curious anyone have any repos using sst & remix?
d
Devin
02/27/2022, 1:01 AM
I have seen a couple examples of CDK + remix I can grab for ya if you want I can dig them up. I. Pretty sure I've posted them in this chat
f
Frank
02/27/2022, 6:42 AM
yeah i’ve seen a couple different implementations. Here’s the one
@Devin
shared a couple of days ago
https://github.com/florianwiech/remix-aws-cdk-example/blob/main/infrastructure/lib/remix-stack.ts
Frank
02/27/2022, 6:42 AM
It’s a CloudFront distribution that routes static requests to S3 and the rest to an API Gateway.
Frank
02/27/2022, 6:43 AM
Other implementations use Edge Functions.
g
Garret Harp
02/27/2022, 7:44 PM
Hmm yeah I see all the ones I have seen use arc locally instead of real aws resources which is what I want to avoid
d
Devin
02/27/2022, 7:55 PM
That’s all i’ve seen thus far as well.
f
Frank
02/28/2022, 11:29 PM
I don’t know arc super well, but looking at the arc starter, it doesn’t seem to use CloudFront to serve S3 assets. Does the
remix-aws-cdk-example
stack work better?
3
Views
Open in Slack
Previous
Next