I 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.
AWS AppSync – Build data-driven apps with real-time and offline capabilities
21–30 of 49 posts
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#22Earlier quoted context omitted.
As far as I know GraphQL has subscriptions
AppSync supports graphql subscriptions on mutations. They’re delivered using to the browser using MQTT.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#23Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#24Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#25Why 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
#26Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#27How/Does it handle push notifications to iOS/Android/Web? Similar to Firebase?
Similarly, look to Amazon Cognito for user sign-in / sign-up / etc., AWS Lambda and API Gateway for cloud-based API, and other services for machine-learnign, AI, chatbots, database services, analytics, etc.
AWS AppSync is only for the data access / offline / real-time component.
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#28If only this had offline support for non-NodeJS GraphQL
It does - you can do offline with Android and iOS too: https://docs.aws.amazon.com/appsync/latest/devguide/building...
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#29Seems 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
#30Seems 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.