I have deployed angular project to lambda with serverless, it is all working fine with aws domain https://xxxxxxx.execute-api.us-west-2.amazonaws.com/production/
but when I bind the custom domain to it, such as https://web.asx200.com.au with mapping to /, it shows me "message": "Forbidden"
if i map to /production with my custom domain, it shows "Uncaught SyntaxError: Unexpected token < " for all the bundled js files.
if i open the network tab to see the http status when trying to open those js, css files, it says 304.
I am running out of ideas. please anyone can help?