This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Place this file in the route of your S3 bucket | |
| # https://www.npmjs.com/package/middy-reroute | |
| # Redirect with 301 | |
| /home / | |
| /google https://www.google.com | |
| # Redirect with 302 | |
| /my-redirect / 302 | |
OlderNewer