Replies: 3 comments 5 replies
-
Hey @robertd, thanks for the question! I do think that I should migrate this to use |
Beta Was this translation helpful? Give feedback.
-
@JakePartusch Yeah, It’s possible to serve websites with OAI powered setup. We’ve been using this setup at work. The fact that one can serve websites using so many different implementation patterns is somewhat confusing... I wish AWS identified the preferred best practice implementation 😄 Again, I’m not saying that you necessarily need to change your implementation I just wanted to hear your opinion on it and whether you’ve considered it or not. 👍 https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-serve-static-website/ |
Beta Was this translation helpful? Give feedback.
-
Great points. Yeah, I've used OAI with Nuxt, but to get nested routing to work, I had to write an additional Lambda Edge function (since S3 couldn't be configured as a website). Maybe they've fixed some of those problems? I'll give it a try again to see if we can make it work in a "zero-config" way. |
Beta Was this translation helpful? Give feedback.
-
Howdy. I’d really like to give this a try in the near future. Any plans on migrating away from
CloudFrontWebDistribution
toDistribution
? New cloudfront implementation uses OAI under the hood and bucket doesn’t need to be public anymore. Thanks!Beta Was this translation helpful? Give feedback.
All reactions