AWS AppSync – Build data-driven apps with real-time and offline capabilities
1–10 of 49 posts
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#2Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#3Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#4This 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
#5I.e. AWS’s take on Firebase, built on AWS primitives. This has been out for a few months now. Any experiences with it?
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
#6If only this had offline support for non-NodeJS GraphQL
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#7Pardon my ignorance, this is the AWS answer to Firebase?
Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#8Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#9Re: AWS AppSync – Build data-driven apps with real-time and offline capabilities
#10Pardon my ignorance, this is the AWS answer to Firebase?
I don't think Firebase supports GraphQL or Apollo?