AWS Cloudfront distribute multilingual angular apps
问题 I have an Angular app which is store in a AWS S3 bucket and distributed by Cloudfront. Now I want to distribute my app in multiple languages. I've already translated my angular app and for each language I have on build. So my S3 bucket looks like this: de /index.html /script.js en /index.html /script.js For each language I want to serve another app. In Cloudfront I created two Origins which points to Origin Path /de and /en So my URL schema is like this: <appname>.<mydomain>.com/:lang But my