Front-End Web & Mobile

Adron

Author: Adron

I’m a jovial, proactive, test & code, code & test, get things done well, software architect, engineer, coder, and distributed systems advocate, while being a technical program manager at Amazon!

How to connect your GraphQL API to AWS data sources

What’s a resolver? A GraphQL Resolver is a function or method that resolves a value for a type or field within a schema. A resolver is the key architectural component that connects GraphQL fields, graph edges, queries, mutations, and subscriptions to their respective data sources and microservices. In this post, we’ll focus on how to build […]