Cut the .html from uri but remain querystring · Issue #7 · aws-samples/amazon-cloudfront-functions
I have no idea how to remain querystring on the full url? Here my now code function handler(event) { var request = event.request; var uri = request.uri; // Check whether the URI is end with .html i...