captain-digitalsailors 5694b8d323 Working version
2017-10-26 18:32:34 +02:00
2017-10-26 18:32:34 +02:00
2017-10-25 13:49:14 +02:00
2017-10-26 18:32:34 +02:00

standard-redirects-for-cloudfront

A Lambda@Edge function that implements standard web server redirects:

URIs ending with a slash (e.g. "/something/") are "internally" redirected to "/something/index.html".

URIs without a suffix (and not ending with a slash) will redirect with an HTTP status 301 Moved Permanently to the same URL with a slash appended.

Description
No description provided
Readme Apache-2.0 64 KiB
Languages
JavaScript 100%