# AWS AppSync Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [API Development Tools](https://www.g2.com/categories/api-development)  
**Average Rating:** 4.3/5.0  
**Total Reviews:** 90
## About AWS AppSync
AWS AppSync automatically updates the data in web and mobile applications in real time, and updates data for offline users as soon as they reconnect. AppSync makes it easy to build collaborative mobile and web applications that deliver responsive, collaborative user experiences.



## AWS AppSync Pros & Cons
**What users like:**

- Users value the **high durability and security** of AWS Cloud Storage, ensuring reliable file handling for applications. (2 reviews)
- Users find AWS AppSync to be **user-friendly and easy to navigate** , simplifying the creation of serverless APIs. (2 reviews)
- Users appreciate the **strong security features** of AWS AppSync, benefiting from robust data protection and encryption. (2 reviews)
- Users value the **data management capabilities** of AWS AppSync for creating serverless APIs and integrating various data sources. (1 reviews)
- Users value the **platform flexibility** of AWS AppSync, enabling seamless integration with various data sources for serverless APIs. (1 reviews)
- Users appreciate the **scalability** of AWS AppSync, enabling them to efficiently manage their growing application needs. (1 reviews)
- Useful (1 reviews)
- User Interface (1 reviews)

**What users dislike:**

- Users find **cost management challenging** in AWS AppSync, especially for beginners navigating resource expenses across regions. (2 reviews)
- Users face **limitations on GraphQL and Lambda services** , restricting their ability to utilize the full potential of AWS AppSync. (1 reviews)
- Users find the **learning curve steep** due to the complexity of managing expenses across multiple regions. (1 reviews)
- Users experience **missing features** with AWS AppSync, particularly in the limited use of GraphQL and Lambda services. (1 reviews)
- Users find it challenging to reach **customer support** , impacting their overall experience with AWS AppSync. (1 reviews)

## AWS AppSync Reviews
  ### 1. Powerful Managed GraphQL, but a Steep AWS Learning Curve

**Rating:** 2.5/5.0 stars

**Reviewed by:** Verified User in Health, Wellness and Fitness | Enterprise (> 1000 emp.)

**Reviewed Date:** March 23, 2026

**What do you like best about AWS AppSync?**

Managed GraphQL service: You get a fully managed GraphQL layer with less backend boilerplate, so you can focus more on the client and schema than infrastructure.

**What do you dislike about AWS AppSync?**

Steep learning curve: You often need to understand GraphQL plus several AWS services (Cognito, DynamoDB, Lambda, etc.), which many see as overkill for smaller teams or projects.

**What problems is AWS AppSync solving and how is that benefiting you?**

AppSync solves “API glue” and real‑time data problems, and that this lets them move faster with less backend work.

  ### 2. Essential for Serverless APIs and Multi-Source Data Access

**Rating:** 5.0/5.0 stars

**Reviewed by:** Krishna Kumar B. | Project Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 10, 2025

**What do you like best about AWS AppSync?**

Useful in creating serverless api and accessing data from multiple data sources.

**What do you dislike about AWS AppSync?**

Limited use of GraphQL and Lambda services

**What problems is AWS AppSync solving and how is that benefiting you?**

As it is server-less and allowing on demand scaling as and when needed. More all the environment is securely operated.

  ### 3. User-Friendly and Easy to Navigate

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Automotive | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 20, 2026

**What do you like best about AWS AppSync?**

This is my first time using this software and system, its user friendly and easy to navigate.

**What do you dislike about AWS AppSync?**

Sometimes it’s difficult to get ahold of customer service.

**What problems is AWS AppSync solving and how is that benefiting you?**

It connects our apps so they work together and keep the data in sync, which is great.

  ### 4. Best Cloud Storage Service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Bishal . | Chief Technical Officer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 05, 2023

**What do you like best about AWS AppSync?**

AWS Cloud Storage is highly durable, scalable and secure to handle files for your production apps and website. It offers different encryption technics to for better security. It stores files in different zones ensuring high availability

**What do you dislike about AWS AppSync?**

Managing expenses is my biggest dislike, as I need to keep checking all the resources for different regions and it can be pretty challenging for beginners.

**What problems is AWS AppSync solving and how is that benefiting you?**

I store JSON files containing user data in AWS s3 and handle files using AWS Lambda, which greatly helps me. AWS Cloud Storage is pretty affordable for me and is easily scalable. Moreover, I don't need to configure or do much for the security of the files as it comes with built-in encryption.

  ### 5. Review on aws cloud storage

**Rating:** 5.0/5.0 stars

**Reviewed by:** ROHITH C. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 18, 2023

**What do you like best about AWS AppSync?**

AWS cloud storage services are highly durable, and it is maintained well, which is helping me with all my projects. They are storing multiple copies of data across different availability zones, ensuring high availability 
It offers the best security features for data protection, including encryption.

**What do you dislike about AWS AppSync?**

I know AWS provides cost optimization tools, but managing costs in a cloud environment can still be challenging. It is important to monitor resource usage, select appropriate storage classes, and set up proper cost controls to avoid unexpected expenses.

**What problems is AWS AppSync solving and how is that benefiting you?**

I am able to store the csv file in aws s3 and able to read that data from aws lambda,which is helping me a lot.

  ### 6. AppSync vs AWS API Gateway

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 21, 2022

**What do you like best about AWS AppSync?**

AppSync is best service and feature provided by AWS. As this is graphQL, but there is more thing that AWS delivers in AppSync. The subscription feature lets cloud/server connect and send information to users that are connected. Appsync connects you to DynamoDB directly without using Lambda that also reduces billing.

**What do you dislike about AWS AppSync?**

AWS AppSync has a bug that our organization encountered 4 days ago. It may be a bug that requires fixing. As AWS Appsync recently announced custom authorization that allows doing custom implementation using lambda. It also allows selecting specific authorization on priority. But it did not work with custom authorization as done using following steps.

1. Custom authentication
2. API Cognito Pool
3. API key

In GraphQL we have schema e.g

type Query @aws_cognito_user_pools {
	getSites: genericResponse 
	getToken: genericResponse 
}

type genericResponse {
	statusCode: Int!
	body: String!
}


Following query executed with token generated through cognito_pool and uses aws_congito_user_pools authentication and it does not work and throws 401 error. This issue requires to fix.

**Recommendations to others considering AWS AppSync:**

Appsync is far the best feature provided and better than APIGateway.

**What problems is AWS AppSync solving and how is that benefiting you?**

It resolved bi-direction communication between user/cloud, and sometimes used it for push notification. It has reduced the push notification speed used in push sync services.

  ### 7. Aws AppSync powerful graphql based service

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abhinav J. | Software Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 08, 2022

**What do you like best about AWS AppSync?**

AWS AppSync is good in no. of ways such as 

1. It saves Time
2. It is Highly Scalable
3. It can support Realtime applications
4. It supports for Offline Access

**What do you dislike about AWS AppSync?**

Aws AppSync tho is super useful but has a big learning curve to get started with also debugging is bit tricky here.

**What problems is AWS AppSync solving and how is that benefiting you?**

I am personally using it for my mobile application backend api where we are calling 100s of APIs and AppSync is a very useful tool as it supports graphql.

  ### 8. Brings the comfort of GraphQL development

**Rating:** 5.0/5.0 stars

**Reviewed by:** Harsh M. | Technical Writer Intern, Enterprise (> 1000 emp.)

**Reviewed Date:** December 28, 2021

**What do you like best about AWS AppSync?**

I like how AppSync helps decompose big building blocks into smaller primitives and removes my need of having a GraphQL server up and running. I can also link a DynamoDB table as a data source directly, without having to write custom resolvers, which is nice.

**What do you dislike about AWS AppSync?**

The lack of a centralised data access layer is my single biggest issue about using generic index attributes in my data model while using AppSync. The frontend for AppSync is a clunky mess and makes the development process harder.

**What problems is AWS AppSync solving and how is that benefiting you?**

We are using AppSync as our data interface where no service talks directly, not even internal services. This helps maintain a consistent interface at the expense of being careful about your VTL resolvers.

  ### 9. Brilliant way to work with multiple data resources in real time using a single GraphQL endpoint

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shwetank D. | Lead Software Engineer - AVP, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 31, 2021

**What do you like best about AWS AppSync?**

The request and response validation is in built-in the Graph QL endpoint call which makes the API very secure at an outer layer even though the API is supposed to be publicly accessible.

**What do you dislike about AWS AppSync?**

The pricing is competitive but still feels a touch expensive as compared to API gateway and to provide enough incentive to move big projects from API gateway to API appsync. Since Real-time updates are the catchy feature of this product, its pricing could be a little more competitive to give good market exposure to its best marketable quality.

**Recommendations to others considering AWS AppSync:**

It is a brilliant product if you deal with multiple data resources while authorizing numerous requests for a single task. AWS Appsync can be of enormous help if the organizations using it can find a cost-effective way to move to this product . It can wrap your calls to a single secure Graph QL call and can let you keep all the data sources for different purposes without breaking a sweat while extracting information.

**What problems is AWS AppSync solving and how is that benefiting you?**

I worked with a Fintech startup that were using both SQL for transactions , No SQL databases for quick client profile query resolutions , numerous REST endpoints for payment gateways and regulatory checks and maintaining logs in Elasticsearch. For their business analysis we were fetching data from all these sources and creating dashboards . AWS AppSync was more than handful in fetching data from these diverse datasources  in a secure manner and feed it to the live dashboards which were really the life of the management meetings to realize he overall progress of the roduct and the drawn insights to drive actionables for future growth.

  ### 10. "AWS AppSync is the best tool out there"

**Rating:** 4.0/5.0 stars

**Reviewed by:** Al Mubassir M. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 08, 2021

**What do you like best about AWS AppSync?**

AWS AppSync makes it easier to create a GraphQL API service. It only takes a few minutes to do it, though. The data from multiple AWS services, such as ElasticSearch, DynamoDB, and DynamoDB, can be viewed through one window (API Server). It is easy to connect AppSync with the AWS CLI called Amplify CLI, simple. AWS AppSync provides us with a significant performance boost compared to similar solutions. It works better with AWS ecosystems, especially Dynamodb and lambda DocumentDb RDS. In this example, App Sync brings together data from databases, APIs, and other backend systems into a single GraphQL endpoint. GraphQL API is one thing I like best about AppSync.

**What do you dislike about AWS AppSync?**

As a newcomer to Amplify, utilizing AppSync can be a bit of a challenge. That's all I can think of, so I have no complaints about AppSync, in my opinion. I believe using it will further integrate our products with AWS.

**Recommendations to others considering AWS AppSync:**

AWS AppSync provides APIs that securely access, combine data and manipulate from abundant sources to make application development easier. Using it made a huge difference in our productivity. AppSync's applications make use of GraphQL to access data. We also reduced setup time. AWS AppSync is a must-have for anyone who works with AWS.

**What problems is AWS AppSync solving and how is that benefiting you?**

AWS AppSync uses GraphQL APIs to help our teams build apps and services. AWS APP Sync is useful for data synchronization with any external AWS application. It's fast-moving and agile. Using AWS App Sync, we feel much better about our data security. I was doing a lot of front-end development with it.


## AWS AppSync Discussions
  - [Is AWS AppSync free?](https://www.g2.com/discussions/is-aws-appsync-free) - 2 comments
  - [What is AWS AppSync?](https://www.g2.com/discussions/what-is-aws-appsync) - 1 comment
  - [when you do a x-ray to the requests, why is that some times the lambda responds fast or it can take up to 2 seconds ?](https://www.g2.com/discussions/28894-when-you-do-a-x-ray-to-the-requests-why-is-that-some-times-the-lambda-responds-fast-or-it-can-take-up-to-2-seconds) - 1 comment


## AWS AppSync Integrations
  - [Microsoft Azure Cosmos DB](https://www.g2.com/products/microsoft-azure-cosmos-db/reviews)

## AWS AppSync Features
**Development**
- API Testing
- Data Security
- Orchestration
- Scalability

**Collaboration**
- Design Management
- Access Control
- Visibility

## Top AWS AppSync Alternatives
  - [MuleSoft Anypoint Platform](https://www.g2.com/products/mulesoft-anypoint-platform/reviews) - 4.5/5.0 (611 reviews)
  - [Postman](https://www.g2.com/products/postman/reviews) - 4.6/5.0 (1,696 reviews)
  - [Boomi](https://www.g2.com/products/boomi/reviews) - 4.4/5.0 (418 reviews)

