Revision history of "Redirect pages with cloudfront function"

From DevOps Notebook

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:56, 18 May 2026MilosZ talk contribs 441 bytes +441 Created page with "<pre> function handler(event) { var request = event.request; var uri = request.uri; if (uri === '/faq' || uri === '/faq/' || uri === '/terms' || uri =..."