Let’s explore some common use cases for AWS AppSync, where AWS AppSync can help to build GraphQL APIs fast. Simple Data-Centric GraphQL API A typical use-case for AppSync is providing a data-centric API to an existing data source. The advantage
Building GraphQL APIs with AWS AppSync
GraphQL is great but requires the manual installation and maintenance of software infrastructure components, tedious configuration, and some manual tweaking. And when running a productive GraphQL system, you need to find a way to scale the system up and down
How to test your Webhook
So you are implementing your webhooks? Sweet. Then you have certainly asked yourself about the best way to test your webhook.