
AWS AppSync: The Benefits of Implementing Pre-Resolver Caching
We’re using AWS AppSync as a “back-end for front-end” solution to provide a unified GraphQL API and real-time notifications (subscriptions) that our Resolvers are calling the Upstreams (REST): As we continue to scale, we saw that we were adding more and more pressure on our Upstream, which means we were also increasing our error number, […]
19 August 2022
Tech Team Stories