Front-End Web & Mobile

Tag: GraphQL Query

Access data in Amazon Timestream with AWS AppSync

AWS AppSync is a fully managed serverless GraphQL API service that simplifies application development by providing a single endpoint to securely query or update data from multiple databases, microservices, and APIs. Many organizations across different industry verticals (e.g., health care, manufacturing, energy generation, and transportation) use a stream of data to improve efficiencies of business […]

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 […]

AWS AppSync real-time reference architecture

* This article was written by Ed Lima, Solutions Architect at AWS. Mobile and web applications need to provide engaging and collaborative experiences to users, and real-time access to data is essential. Real-time technologies enable users to receive information as it happens. Use cases such as live scores, second screen, chat applications, dashboards, all sorts […]