Reputation: 549
Is there a way, where I can get notification using RESTAPI call, after the AWS Cloud-front invalidation is completed?
Upvotes: 8
Views: 1224
Reputation: 179314
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.
Upvotes: 3