AEM 6.5 : Update image asset URL at runtime to bust CDN cache
Hi,
We have a requirement where we need to render the last updated image asset on the page. The issue is that CDN cache is configured and it will not serve the most recently updated asset as it will be invalidated only after 180 days.
In order to render the most recent asset, we need to do something programmatically to always render the most recently updated image. One suggestion was to append the last updated date to the image name at runtime to invalidate the cache. But need some details around this as to how this works and how to implement this programmatically.
Has anybody done this kind of an implementation? Appreciate your help on this.
Thanks