From what it appears, Cloudfront Path Pattern doesn't support complete regex.
What I want to achieve is to separate the requests /[a-z]*
from the requests /[a-z]/.+
to different origins.
So, a request /page
must have a different behavior from /page/something
. And I can't seem to figure out a way of doing this.