© 2023 Hashnode
#appsync
Introduction AWS AppSync is a fully managed service that allows developers to create and manage scalable APIs for their applications. It provides both real-time data and offline-access capabilities, m…
In November 2022, AWS announced JavaScript support for AppSync Resolvers. It was a long-awaited feature that everyone was excited about. In this article, I will try to shed some light on this new fea…
What is GraphQL? GraphQL is a query language for APIs which provides a complete and understandable description of the data in the API. GraphQL APIs give the exact data that the client wants, nothing m…
Hey Guys 👋🏽, So roughly a week ago, I was tasked with creating dummy data and consuming it with react and GraphQL. While surfing the web for a quick and seamless approach, I stumbled upon Aws AppSy…
Often times we hear the story of building CRUD apps. While this is great, the reality is that many use cases require the ability to go beyond creating, reading, updating, and deleting a single item. T…