Currently, I'm polling after a fixed interval of time for fetching configurations from AWS AppConfig using getconfiguration API of aws-sdk for javascript. But, I want to fetch configurations only if there is any change in configurations at AWS AppConfig so that I can hit rest endpoint to get the latest updated configurations from AWS AppConfig.
If there is any way to get this done, please suggest. Also, if it is not feasible then, any official documentation of AWS which describe it will also work.