I would like to know at what point in time a given Cloudfront invalidation has been completed.
When browsing invalidations in AWS Console, I can only see Date created
timestamp, as per attached image.
I would like to know what is the date of completion. Couldn't find any info in the docs, also aws cli get-invalidations
api doesn't say anything about it.
Is it possible at all? Basically what im trying to achieve is to measure how much time my invalidations take, so I can assertain if this is the cause of tests failures in my project.
Cheers!