Amplify
Tracking
Amplify CLI collects anonymized usage data, which is used to help understand how to improve the product. If you don't wish to send anonymized Amplify CLI usage data to AWS, run amplify configure --usage-data-off to opt-out.
amplify configure --usage-data-off
Rewrites and redirects
Example...
[
{
"source": "https://tiffanylea.com",
"target": "https://www.tiffanylea.com",
"status": "302",
"condition": null
},
{
"source": "/<*>",
"target": "/index.html",
"status": "404",
"condition": null
},
{
"source": "</^[^.]+$|\\.(?!(css|gif|ico|jpg|js|json|png|pdf|txt|svg|woff|ttf)$)([^.]+$)/>",
"target": "/",
"status": "200",
"condition": null
}
]