Front-End Web & Mobile
Tag: graphql
Explore AWS AppSync APIs with GraphiQL from your local machine
This article was written by Eduardo Rabelo, Solutions Architect, AWS AWS AppSync is a managed GraphQL service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources with less network calls. With AWS AppSync you can build scalable applications, […]
Read MoreIntegrating GraphQL and SQL with AWS AppSync, AWS Lambda and Amazon RDS Proxy
This article was written by Eduardo Rabelo, Solutions Architect, AWS Organizations choose to build APIs because it helps them develop secure applications faster as well as abstract and protect their backend services and databases. GraphQL is an API technology that empowers developers to query multiple databases, microservices, and APIs with a single endpoint in a […]
Read MoreReal-time live sports updates with AWS AppSync
This article was written by Stefano Sandrini, Sr. Mobile Specialist Solutions Architect, AWS AWS AppSync is a fully managed service that allows to deploy serverless GraphQL backends in the AWS Cloud. It provides features that developers can use to create modern data driven applications allowing to easily query multiple databases, microservices, and APIs […]
Read MorePractical use cases for AWS AppSync Pipeline Resolvers – Part 1: Quota Management
This article was written by Salman Moghal, Application Architect, AWS, and Abdul Kitana, Security Architect, AWS Overview AWS AppSync is a fully managed service that allows to deploy Serverless GraphQL backends in the AWS cloud. It provides features that developers can use to create modern data driven applications allowing to easily query multiple databases, microservices, […]
Read MorePractical use cases for AWS AppSync Pipeline Resolvers – Part 2: Data Aggregation
This article was written by Salman Moghal, Application Architect, AWS, and Abdul Kitana, Security Architect, AWS Overview AWS AppSync is a fully managed service that allows to deploy Serverless GraphQL backends in the AWS cloud. It provides features that developers can use to create modern data driven applications allowing to easily query multiple databases, […]
Read MorePractical use cases for AWS AppSync Pipeline Resolvers – Part 3: Heterogeneous Data Sources
This article was written by Salman Moghal, Application Architect, AWS, and Abdul Kitana, Security Architect, AWS Overview AWS AppSync is a fully managed service that allows to deploy Serverless GraphQL backends in the AWS cloud. It provides features that developers can use to create modern data driven applications allowing to easily query multiple databases, […]
Read MoreImplement AWS AppSync custom authorization with pipeline resolvers
AWS AppSync is a fully managed serverless GraphQL service for application data with integrated real-time data queries, synchronization, communications, and offline programming features. The AppSync endpoints provide built-in fine-grained API security based on four different modes, always requiring authorization before allowing access to clients: API Keys (API_KEY) Amazon Cognito User Pools (AMAZON_COGNITO_USER_POOLS) OpenID Connect (OPENID_CONNECT) […]
Read MoreGraphQL API Security with AWS AppSync and Amplify
This article was written by Brice Pellé, Principal Specialist Solutions Architect, AWS AWS AppSync is a fully managed service which allows to deploy and interact with serverless scalable GraphQL backends on AWS. AppSync uses security best practices that AWS has developed operating large systems at scale in the cloud, with built-in DDoS protection in all […]
Read MoreImproving GraphQL Observability with AWS AppSync Tracing Support
This article was written by Heitor Lessa, Principal Specialist Serverless Lead AWS Today, I’m excited to tell you about the new AWS X-Ray native integration with AWS AppSync released a couple of weeks ago. Previously, if you wanted to determine performance bottlenecks on GraphQL operations in AppSync, you had to rely on custom logging […]
Read MoreAWS AppSync and the GraphQL Info Object
This article was written by Brice Pellé, Principal Specialist Solutions Architect, AWS AWS AppSync is a fully managed service that allows to deploy Serverless GraphQL backends in the AWS cloud. GraphQL is a data language for your API that makes it easy and straight forward to interact with multiple data sources. One of the […]
Read More