AWS AppSync – Build data-driven apps with real-time and offline capabilities
11–20 of 49 posts
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#12Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#13How/Does it handle push notifications to iOS/Android/Web? Similar to Firebase?
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#14Pardon my ignorance, this is the AWS answer to Firebase?
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#15Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#16I.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…
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#17How/Does it handle push notifications to iOS/Android/Web? Similar to Firebase?
As far as I know GraphQL has subscriptions
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#18Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#19Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#20I.e. AWS’s take on Firebase, built on AWS primitives. This has been out for a few months now. Any experiences with it?
AppSync is very different from Firebase but not that different from the other graphql-as-a-service companies.