Jul 28, 2017 · 1 min read
Nice work Ted!
I was wondering what your thoughts were on hosting both the static site and the Lambda Backend API on the same domain name, but with different paths.
E.g. http://tedy.io for all static files (html, js, videos…etc.)
http://tedy.io/api/ (for all backend REST calls)
The rationale for this approach would be for avoiding CORS configurations.
Would this be feasible, worth the effort…?