Currently we don't have any control over URLs, and as a result pages show up with .html. It would be nice if we could control this so users can go to pages like docs.cloudmitigator.com/about instead of docs.cloudmitigator.com/about.html.
One possible solution is to use Lambda@Edge. A possible solution is outline here: https://aws.amazon.com/it/blogs/compute/implementing-default-directory-indexes-in-amazon-s3-backed-amazon-cloudfront-origins-using-lambdaedge/
Currently we don't have any control over URLs, and as a result pages show up with
.html. It would be nice if we could control this so users can go to pages likedocs.cloudmitigator.com/aboutinstead ofdocs.cloudmitigator.com/about.html.One possible solution is to use Lambda@Edge. A possible solution is outline here: https://aws.amazon.com/it/blogs/compute/implementing-default-directory-indexes-in-amazon-s3-backed-amazon-cloudfront-origins-using-lambdaedge/