I use Cloudflare to generate SSL and AWS Amplify to host the project. I would like to configure Cloudflare to point to AWS Amplify project.
These are the current DNS records, which points to the current server.
This is the project URL and the URL where is project deployed on AWS Amplify.
I tried to changed DNS records to point website to AWS Amplify project, but it doesn’t work.
https://d1xxxxxxxxxx.cloudfront.net/
in cloudflare, but when I try to open this url in the browser, I get:<Code>SignatureDoesNotMatch</Code> <Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message>
– Snocat