Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a notification after AWS Cloudfront invalidation is completed?

Is there a way, where I can get notification using RESTAPI call, after the AWS Cloud-front invalidation is completed?

like image 231
Sekhar Avatar asked Aug 29 '16 11:08

Sekhar


1 Answers

You can't get a "notification" (pushed or triggered).

You can only poll for the status of existing invalidations using the Get Invalidation request from the CloudFront API.

like image 87
Michael - sqlbot Avatar answered Nov 13 '22 23:11

Michael - sqlbot