prerender-cloudfront
prerender-cloudfront copied to clipboard
prerender.io cloudfront example middleware
I would like to implement this as a solution for my current site, however I'm not certain how to use the example as it sits. Is there a installation guide...
After a lengthy conversation with AWS support, they came to the conclusion that you cannot have a CloudFront distribution in front of an Amplify App that also uses a CLoudFront...
AWS cannot create this stack anymore because nodejs.10x is no longer supported when creating new lambda functions. AWS recommended to change this to nodejs14.x, which I did, and it worked.
We are hosting a React single page app via AWS Amplify and need to serve crawlers (like Google search crawlers) a pre-rendered version of each page for SEO reasons. I...
Hello. This repo is very helpful. Thank you. I just want to tell about X-Prerender-Cachebuster. CloudFront respects Cache-Control header from Lambda@Edge functions. I set `Cache-Control: no-cache, no-store` in my origin-response...
Hello, I am writing this question here because i found nowhere else to ask this. Is there any way to configure this to redirect clients and crawlers both to the...
It seems like the setup is not able to pass querystring to prerender.io? Because we are passing this as the final path: `[{ key: 'X-Prerender-Host', value: host[0].value}]` So let's say...
The lambda testing wheter to set the header for prerender.io or not isn't currently testing: 1. user-agent for whatsapp crawler ( should be something like `WhatsApp/2.19.81 A` ) 1. `.json`...
Upgraded Node to 22 runtime; fixed CloudFormation compatibility issues.