Hi all,
here is a use case we are trying to implement. We want to get rid of Akamai and use Amazon cloud front caching service.But for that what is needed is all the relative links needs to be changed to absolute links with
http://contentserver.url.com preceding, where contentserver is the Amazon
cloudfront server.The issue here is those absolute links will not work in our staging environment since the new/updated contents will not be available on Amazon cloudfront server till we deploy to Amazon cloudfront which we want to do only when the content is being pushed to prod.
Has anyone done this kind of implementation?
any comments/feedback is welcome
thx in advance