Save to My Lists

AWS AppSync Reviews & Product Details

Verified User in Accounting
AA
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about AWS AppSync?

The documentation provided them to handle complex implementation. Review collected by and hosted on G2.com.

What do you dislike about AWS AppSync?

Observed downtime from their end on a couple of situations. Review collected by and hosted on G2.com.

Recommendations to others considering AWS AppSync:

Nothing Review collected by and hosted on G2.com.

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

Using it to manage and update mobile app data in real-time between devices and the cloud Review collected by and hosted on G2.com.

AWS AppSync Overview

What is 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.

This product is included in:
AWS AppSync Details
Show LessShow More
Product Description

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.


Seller Details
Year Founded
2006
HQ Location
Seattle, WA
Twitter
@awscloud
2,231,724 Twitter followers
LinkedIn® Page
www.linkedin.com
136,383 employees on LinkedIn®
Ownership
NASDAQ: AMZN
Total Revenue (USD mm)
$177,866
Description

By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.

Recent AWS AppSync Reviews

Verified User
A
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"It has been amazing experience using it so far."
The documentation provided them to handle complex implementation.
AJ
Abhinav J.Mid-Market (51-1000 emp.)
4.5 out of 5
"Aws AppSync powerful graphql based service"
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 ...
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
4.0 out of 5
"AppSync vs AWS API Gateway"
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 fea...

Pricing Insights

Averages based on real user reviews.

Time to Implement

5 months

Return on Investment

12 months

Perceived Cost

$$$$$
View More Pricing Information

AWS AppSync Media

Answer a few questions to help the AWS AppSync community
Have you used AWS AppSync before?
Yes

93 AWS AppSync Reviews

4.3 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
93 AWS AppSync Reviews
4.3 out of 5
93 AWS AppSync Reviews
4.3 out of 5
G2 reviews are authentic and verified.
Verified User in Information Technology and Services
UI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

Recommendations to others considering AWS AppSync:

Appsync is far the best feature provided and better than APIGateway. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

AJ
Software Developer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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 Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

HM
Technical Writer Intern
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

SD
Lead Software Engineer - AVP
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

AM
Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

VS
Co-Founder
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS AppSync?

AWS AppSync comes with well-optimized solutions for data aggregation from various sources and exposure it as a GraphQL API. In that row, my favorite part of AppSync is it gives a massive jump on the performance increment compares to any other similar solution. When it comes to the AWS ecosystem it works much more effectively especially with lambda, DocumentDb, RDS, & Dynamodb. Review collected by and hosted on G2.com.

What do you dislike about AWS AppSync?

I don't see any major drawbacks or blockers when using AppSync, So I don't have many complaints about it. Anyhow, I feel like usage of this might hold our solutions more into the AWS ecosystem. Review collected by and hosted on G2.com.

Recommendations to others considering AWS AppSync:

We have tried few open-source ETL solutions with the rest APIs as well as some middleware technologies at our organization. But when we started using it we got tremendous benefits on performance. Also, we were able to reduce timelines to set up. So definitely AWS AppSync is recommended. Review collected by and hosted on G2.com.

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

As a software vendor, we have in-house middleware consulting & data pipeline management teams, Where we deal with a lot of source systems and a lot of storage solutions within AWS. That's where AWS AppSync helps our teams to make this task simple by utilizing GraphQL APIs Review collected by and hosted on G2.com.

JJ
Cloud Solution Architect
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about AWS AppSync?

The ease of development and testing that AWS provides is spectacular. One can get a prototype out the door quickly and efficiently and then move onto testing in rapid order. Review collected by and hosted on G2.com.

What do you dislike about AWS AppSync?

Long-running queries force one to go down the session workaround in order to get everything to work as expected. However, that is a pretty simple task and an understandable limitation. Review collected by and hosted on G2.com.

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

Cloud native GraphQL api development is what AWS AppSync provides with an emphasis upon security at ground zero. Rapid prototyping and allowing frontend devs to access multiple services or dbs only makes everything better. Review collected by and hosted on G2.com.

NK
Master
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about AWS AppSync?

AWS AppSync makes creating a GraphQL API server (using an existing schema/creating one through the wizard) such a breeze that it can be in a couple of mins.

It provides a single pane of glass (API server) abstracting the data from multiple AWS Products like ElasticSearch, DynamoDB. It gives the flexibility to change the backends without impacting the API contract.

Any application (iOS/Android/Javascript) can be integrated with AppSync easily using AWS Amplify CLI

The editor it provides is a good playground for trying out the queries and supports good auto-completion, and can browse through the GraphQL schema for reference. Review collected by and hosted on G2.com.

What do you dislike about AWS AppSync?

Haven't seen any down sides yet but feel the learning curve is more considering it requires to be familar with other AWS database services for integrating with AppSync. Review collected by and hosted on G2.com.

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

To Provide a single API endpoint for web application abstracting the multiple backends Review collected by and hosted on G2.com.

GP
Sr. Data Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS AppSync?

AWS appsync enables the creation of API to access and combine heterogeneous databases. Multiple data sources could be supported using the API. The API can also access real time datasets involving unstructured, semi-structured or relational datasets. The ability to get connected with mobile devices and web services is a commendable feature. Local data access is provided when the device is offline and is automatically synced up when the device is back online. Also, it supports real-time subscriptions. Review collected by and hosted on G2.com.

What do you dislike about AWS AppSync?

The Appsync feature is pricey. The distributed dataset, when accessed, could be challenging to comprehend. GraphQL feature needs some deep exploration to understand the usage. The caching algorithm is not straightforward feature. Review collected by and hosted on G2.com.

Recommendations to others considering AWS AppSync:

Good product to consider if your applications are hosted in AWS. The integration of data from different sources on AWS could be best established using App sync. Review collected by and hosted on G2.com.

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

Using AWS APPSync, i was able to integrate mySql, S3 and Athena layer as a consolidated layer. The data distributed across these 3 layers were successfully unified for data analysis. The comparison of data across the different sources was made simple with the use of API. Using GraphQL query, the data was structured in a legible format from the server. Review collected by and hosted on G2.com.

BR
Senior Architect
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS AppSync?

App Sync combines data from databases, APIs, and other backend systems into a single GraphQL endpoint. Review collected by and hosted on G2.com.

What do you dislike about AWS AppSync?

User must have knowledge of data sources that app Sync is going to combine. There a learning curve involved. Debugging can be challenging if app Sync is not configured properly. Review collected by and hosted on G2.com.

Recommendations to others considering AWS AppSync:

One must understand the challenges of integrating different types of data sources that are being combined into graphql db. That will help in debugging when something doesn't work as expected especially in data querying. Review collected by and hosted on G2.com.

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

Currently I use app Sync to combine data from SQL, nosql, neo4j db, http logs, and aggregated data into one large graphql db. This large graphql db can be queried offline to support custom query. Review collected by and hosted on G2.com.