TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS AppSync – Build data-driven apps with real-time and off-line capabilities

310 pointsby marvinpintoover 7 years ago

18 comments

schicklingover 7 years ago
Hi, co-founder of Graphcool here. It&#x27;s very exciting to see AWS adopting GraphQL as a part of their offering. GraphQL in combination with serverless functions is a great fit to build applications quickly and shines in the use case described by AppSync.<p>P.S. We&#x27;ll soon release a few example of how to use AppSync together with Graphcool (which works really well together!)
评论 #15802384 未加载
评论 #15805538 未加载
评论 #15805813 未加载
评论 #15805625 未加载
评论 #15805814 未加载
tal_berznizover 7 years ago
Amazon is amazing at creating scaleable and reliable services, but their UX and the way they announce new products is awful.<p>There&#x27;s room for startups to wrap these services into something more usable. There are already good examples: netlify, graph.cool, dashbird and others.
评论 #15802603 未加载
评论 #15802066 未加载
评论 #15801808 未加载
评论 #15804676 未加载
gregwebsover 7 years ago
This AWS announcement is quite exciting. For those wondering what else is available, I can share some recent research into available graphQL backend systems (but I have not used them past demo yet).<p>These 3 hosted solutions all have a similar feature set. That includes support for enum types, uniqueness, required, and relations<p><pre><code> * GraphCMS * Scaphold * Graphcool </code></pre> GraphCMS is probably the most user friendly around schema creation, but that may not matter to you if you are an app developer. If you just want to declare a GraphQL schema there is Graph Front.<p>There are also open source GraphQL backends<p><pre><code> * https:&#x2F;&#x2F;github.com&#x2F;jscomplete&#x2F;graphfront (Postgres) * https:&#x2F;&#x2F;github.com&#x2F;postgraphql&#x2F;postgraphql (Postgres) * http:&#x2F;&#x2F;join-monster.readthedocs.io&#x2F;en&#x2F;latest&#x2F; * https:&#x2F;&#x2F;rest-layer.io&#x2F; (MongoDB, Sqlite3, Google DataStore) </code></pre> You can also now run Graphcool on your own infrastructure.<p>As a disclaimer, GraphQL was not designed to not be mapped to a data store like this. However, these technologies are at least a great way to prototype a backend.
评论 #15802355 未加载
评论 #15803599 未加载
评论 #15802678 未加载
appwizover 7 years ago
AWS AppSync tech lead here. If you&#x27;d like to request access, please go to <a href="https:&#x2F;&#x2F;pages.awscloud.com&#x2F;awsappsyncpreview.html" rel="nofollow">https:&#x2F;&#x2F;pages.awscloud.com&#x2F;awsappsyncpreview.html</a>
评论 #15802251 未加载
评论 #15803545 未加载
thawabover 7 years ago
If you want to have a look at the console, they showed a demo on the twitch stream <a href="https:&#x2F;&#x2F;www.twitch.tv&#x2F;videos&#x2F;205044748?t=01h21m05s" rel="nofollow">https:&#x2F;&#x2F;www.twitch.tv&#x2F;videos&#x2F;205044748?t=01h21m05s</a>
评论 #15802177 未加载
kbdover 7 years ago
Seems promising. I&#x27;d be interested to know how this compares to something like RethinkDB for &quot;realtime&quot; (awful word we&#x27;ve settled on to describe changefeeds and such) apps.
评论 #15804251 未加载
tootieover 7 years ago
Google Firebase and Azure Mobile App Service already offer offline sync. This is a catch-up move.
评论 #15804521 未加载
评论 #15802435 未加载
mlukaszczykover 7 years ago
Hey! Co-Founder of GraphCMS here. Super excited to see that more and more tech giants see the huge value in GraphQL. This is a great day for the community. I am also a huge fan of the Graphcool service and I definitely see great integration potential here. Looking forward to the next weeks! Well done, AppSync team!
obilgicover 7 years ago
Would love to hear from www.graph.cool folks
评论 #15801769 未加载
marknadalover 7 years ago
Want something similar without the lock in? The community has recently added GraphQL query capabilities (including realtime updates, like Firebase!) to gun, fully Open Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;brysgo&#x2F;graphql-gun" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brysgo&#x2F;graphql-gun</a> (note, I&#x27;m the author of gun, but not the GraphQL extension)
评论 #15804525 未加载
desireco42over 7 years ago
This is actually something I thought it should be good to be service and it is great Amazon decided to make it. I didn&#x27;t look into details, so hopefully it can be used without big issues. Really cool.
talawahdotnetover 7 years ago
Interesting so the data is actually stored in a datasource like DynamoDB and this is a managed GraphQL service that you can use to handle auth, mapping, subscriptions etc
评论 #15804260 未加载
LeicaLatteover 7 years ago
Very timely product from Amazon. AppSync comes with subscriptions and looks quite useful. Do any of the other GraphQL startups out there offer subscriptions?
评论 #15804869 未加载
Hendrixerover 7 years ago
CoFounder and CEO of Tipe here. I think AppSync is amazing. Using GraphQL with AWS services is simple. This is a no-brainer for Enterprise. We&#x27;re using some of this tech to offer enterprise support for our customers. Check us out and signup for beta, <a href="https:&#x2F;&#x2F;tipe.io" rel="nofollow">https:&#x2F;&#x2F;tipe.io</a>
评论 #15808006 未加载
评论 #15808106 未加载
sdeffover 7 years ago
Will AppSync also enable offline-first mobile apps?<p>For example enable users to use the app without the need to transfer data to AWS (create&#x2F;modify data without an internet connection on the first app start). And only connect to AWS if the user wants to sign in to backup&#x2F;sync the app data with AWS.
评论 #15837687 未加载
nslogover 7 years ago
The AWS AppSync pages are live now: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;appsync&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;appsync&#x2F;</a>
willchenover 7 years ago
A bit confusing that there&#x27;s blue, underlined text that look a lot like links.<p>Perhaps this was posted too early and should actually link to more in-depth docs?
MentallyRetiredover 7 years ago
Graph.cool has been great for me, and good customer service.<p>That said, and I&#x27;ll just say it... GraphQL as a standard is total garbage. What was wrong with existing transport formats (JSON)? Why must I now learn YET ANOTHER query language and schema definition format, much less one with the frailty of a toothpick house with no glue?
评论 #15806504 未加载