getmoto / moto

A library that allows you to easily mock out tests based on AWS infrastructure.
http://docs.getmoto.org/en/latest/
Apache License 2.0
7.66k stars 2.05k forks source link

Enhancement: Request: Add support for cloudfront get_invalidation method #8166

Closed ligangty closed 1 month ago

ligangty commented 1 month ago

Request

It would be great if Moto can add support for get_invalidatoin method of CloudFront. According to the CloudFront feature list it is missing this method support.

ligangty commented 1 month ago

I've given a PR for this: https://github.com/getmoto/moto/pull/8165 Not sure if it makes sense.