'How to examine appsync cache?
I am having issues with cached requests in appsync. We use graphql and some non-unique requests are returning data for other requests.
All I need is to simply be able to examine the cache itself but it does not seem to exist in either CloudFront or Elasticache.
Is there a way to examine the cache itself so I can understand why these separate requests are returning the same data?
Solution 1:[1]
There is no API to read AppSync cache entries. The cache-related API actions are: CreateApiCache, DeleteApiCache, FlushApiCache (all), GetApiCache (settings), UpdateApiCache (settings).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | fedonev |
