Skip to content

Instantly share code, notes, and snippets.

@sebastiankade
Created June 11, 2019 08:46
Show Gist options
  • Save sebastiankade/53d8eb43252bc660d019689c429ccd57 to your computer and use it in GitHub Desktop.
Save sebastiankade/53d8eb43252bc660d019689c429ccd57 to your computer and use it in GitHub Desktop.
website {
index_document = "index.html"
error_document = "error.html"
routing_rules = <<EOF
[{
"Condition": {
"HttpErrorCodeReturnedEquals": "404",
"KeyPrefixEquals": ""
},
"Redirect": {
"HostName": "__api_gateway_lambda__",
"HttpRedirectCode": "307",
"Protocol": "https",
"ReplaceKeyPrefixWith": "dev/resize?key="
}
}]
EOF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment