A development workflow tool for syncing up with AWS AppSync.
By combining it with a version control system, you can version control the AppSync Environment Variables, Schema, Resolvers, and Functions, allowing you to quickly restore versions.
Download the pre-compiled binaries from the releases page.
: dumping
syncup pull --api-id aaaaaa123123123example123
: restoring
syncup push --api-id aaaaaa123123123example123
If you want to learn more, check out the user guide.
If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.
Refer to the CHANGELOG.
The syncup is licensed under the MIT License, see LICENSE.