Live data from Hacker News

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

aws.amazon.com

1–10 of 49 posts

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

#5
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 VTL

JWT requires an active session.

So we had to create a "fake" account for non-signed in access.

Use case being, a "guest" can read data from the API but only "admins" can write data to the API

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

#10
post #7
post #3

Pardon my ignorance, this is the AWS answer to Firebase?

I don't think Firebase supports GraphQL or Apollo?

Regardless of protocol/software used, I think it could still be called an answer to Firebase, since AppSync and Firebase are both "backend-as-a-service" systems with realtime updates, useful for rapid app development.
Post reply on HN