Just curious anyone have any repos using sst &...
# help
g
Just curious anyone have any repos using sst & remix?
d
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
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
It’s a CloudFront distribution that routes static requests to S3 and the rest to an API Gateway.
Other implementations use Edge Functions.
g
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
That’s all i’ve seen thus far as well.
f
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?