|
|
|
|
|
by lentil
1686 days ago
|
|
I think you could run this service on CloudFront Functions, if you didn't mind using a Refresh header instead of the meta tag. (CloudFront Functions can't generate body content, but it looks like this service works by responding with a refresh meta tag. So if you change that to a Refresh header you wouldn't need to write the body.) CloudFront functions run on the 200+ edge locations of CloudFront and, according to the docs, have sub-millisecond startup times. So might be a viable option? |
|