Live data from Hacker News

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

aws.amazon.com

11–20 of 49 posts

Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities

#15
post #13
post #12

How/Does it handle push notifications to iOS/Android/Web? Similar to Firebase?

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

#16
post #4

I.e. AWS’s take on Firebase, built on AWS primitives. This has been out for a few months now. Any experiences with it?

I'm leading development on a React Native app using AppSync. So far it's amazing. It leverages Apollo for offline/GraphQL capabilities and Apache VTL to bind resources. It also integrates really nicely with AWS Amplify. One thing that was a bit of an annoyance was access levels. You can authenticate with the GraphQL api using a Key, IAM or Cognito JWT Key is for development only. IAM does not expose Cognito Groups to…

I had the impression Cognito had this feature, but maybe I'm thinking of Auth0 here

Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities

#17
post #13
post #12

How/Does it handle push notifications to iOS/Android/Web? Similar to Firebase?

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?

Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities

#19
post #13

Earlier 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.

MQTT via WebSockets?

Is this using AWS IoT?

Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities

#20
post #4

I.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.

Post reply on HN