How do I add caching to my appsync resolvers using...
# sst
d
How do I add caching to my appsync resolvers using the AppSyncApi construct? Previously with serverless I used this plug-in to configure caching:https://github.com/sid88in/serverless-appsync-plugin
I’ll need to have “per-resolver” caching enabled, btw.
Any thoughts on this?