I started building AppSync GraphQL with direct lambda resolvers and per-resolver caching. Then when I added mutation I found that I need a way to invalidate query cached entries.
There is a VTL template which does this: https://aws.amazon.com/about-aws/whats-new/2022/01/aws-appsync-cache-entry-eviction-server-data/
but is it possible to invalidate appsync cache from direct lambda resolver?
BR JS