I have a static JSON formatted file called apple-app-site-association sitting at the root of my webapp (e.g. webapp.foo.bar/apple-app-site-association) which is served up via AWS CloudFront.
When I call that file via the URL https://webapp.foo.bar/apple-app-site-association I expect the file to render in my browser, but instead, it is downloaded to my local filesystem.
How do I get CloudFront to see that this file is a JSON file and get it to properly handle it?