Original domain for which the distribution is set up for
www.acme.com
Set up an origin:
Origin Domain Name: pre-prod.backend.com
Origin Path: /abc/asset/acme
Cache Behaviour Settings for the distribution:
Path Pattern: /asset/*
I am expecting that when I request
https://www.acme.com/asset/picture.jpg
it is reverse proxied to:
https://pre-prod.backend.com/abc/asset/acme/picture.jpg
Is this possible or do I have to use something more complicated like nginx?