Sekhar
Sekhar

Reputation: 549

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?

Upvotes: 8

Views: 1224

Answers (1)

Michael - sqlbot
Michael - sqlbot

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

Related Questions