We have decided that AppSync
would be an excellent tool for our React Native app development. However, the problem is the scalability in development. Looking through Google entire day to find a way to do AppSync
development offline so that anyone can freely create APIs and merge them, I realized that there is no such solution.
So how do large teams develop native apps using AppSync
? Do you create AppSync
app for every developer you have so that each person can change their own API freely then some how merge that back into production AppSync
app?
I really wish there were a way to develop APIs locally and use git to merge them and upload the code directly to AppSync
. As far as I know this is not possible but if you do know of a way or a different way, please let me know.