vigour-io / shutter

Makes a sprite out of an array of urls
ISC License
1 stars 0 forks source link

Listen for invalidation completion #36

Open shawninder opened 8 years ago

shawninder commented 8 years ago

The AWS SDK's AWS.CloudFront.createInvalidation function calls the provided callback as soon as it receives the request, but it also returns an AWS Request object with which it is possible to listen for completion of the invalidation procedure. This issue is about listening for this, allowing the shutter to provide a list of ongoing invalidation requests (via a new route).