CloudFront how to setup reverse proxy on an existing distribution serving website from S3
问题 I have a S3 bucket which hosts a website and is delivered with CloudFront and right now I have attached the distribution to my apex root domain like - www.xyz.com So, previously we were using Nginx to serve a static frontend from a webserver root on the same domain - www.xyz.com and had also setup a reverse proxy - www.xyz.com/api/** which routed traffic to upstream backend server on the same machine. Now, I would like to move the website to S3 but still run the backend API on the same