I have an microservice running on AWS Lambda (ASP.NET Core 3.1) and published using API Gateway with custom domain.
Running locally, everything works fine, site works, images are loaded, favicon too.
Deployed to Lambda+API, site works, images are loaded (PNG, JPG), scripts are loaded, however favicon.ico is not loaded. Returns invalid image. There is no special configuration for PNG, JPG, CSS, JS or any other static content, it works out of the box.
Is there any gotcha for favicons?