AWS AppSync – Build data-driven apps with real-time and offline capabilities
31–40 of 49 posts
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#32Earlier quoted context omitted.
As far as I know GraphQL has subscriptions
Thanks for the response. I should have been more specific, what's AppSync's mechanism for push notification for the 3 platforms: FCM (GCM?) for Android? APNs for iOS? HTML5 Push API for browsers?
I don't know, but when using AWS, SNS is the push based solution.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#33I wonder why most companies building simple CRUD apps still don't use those services (AppSync, Firebase, Graphcool, etc)? Seems like cheaper than hiring a backend developer + a devops.
I can only speak about Firebase, but it gets very expensive very quickly.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#34Seems like another way to lock you into a proprietary cloud (Firebase or AWS backend). Why not just take a client side library and an open-source backend, and host it on EC2 or some general purpose computer server hosted anywhere? This way your CLIENTS have a choice too. If you can install Wordpress why not this? SAFE network will solve all this soon.
I think the lock-in can be rather small if you consider the flexibility of GraphQL.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#35I.e. AWS’s take on Firebase, built on AWS primitives. This has been out for a few months now. Any experiences with it?
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#36I.e. AWS’s take on Firebase, built on AWS primitives. This has been out for a few months now. Any experiences with it?
To my knowledge Firebase doesn’t support graphql. I wish this meme about AppSync being AWS Firebase would die. AppSync is very different from Firebase but not that different from the other graphql-as-a-service companies.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#37So basically it is a database in the cloud that you can access using GraphQL over HTTP?
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#38Seems like another way to lock you into a proprietary cloud (Firebase or AWS backend). Why not just take a client side library and an open-source backend, and host it on EC2 or some general purpose computer server hosted anywhere? This way your CLIENTS have a choice too. If you can install Wordpress why not this? SAFE network will solve all this soon.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#39Seems like another way to lock you into a proprietary cloud (Firebase or AWS backend). Why not just take a client side library and an open-source backend, and host it on EC2 or some general purpose computer server hosted anywhere? This way your CLIENTS have a choice too. If you can install Wordpress why not this? SAFE network will solve all this soon.
As far as lock in, it’s just like “providing a facade over your database access so you. n change databases. Few people ever change database backends.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#40I.e. AWS’s take on Firebase, built on AWS primitives. This has been out for a few months now. Any experiences with it?
You can wire up DynomoDB and Lambda functions for the backend and expose them with a single API. This is so cool. It is lacking RDS though, a deal-breaker for me.