Requirements
I want to propagate a file to all the fastly POPs as soon as the file is published by some worker or external upload monitoring service.
Resonance
If my content is propagated through several POPs then each and every new request will initiate a request to my service, instead of propagating the file once the content will be transferred for each and every POP.
For example
If I'm using S3 then I would create a Lambda function to publish the file to the CDN directly after the upload.
I was thinking about using the API or the VCL (or both) but I just fail to understand the terminology.