Supplemental sections for the AWS AppSync console
These sections are a reference for more advanced AWS AppSync topics. We recommend following the Supplemental reading section before doing anything else.
Integration
In the console tab, if you choose the name of your API, the Integration page appears:
![AWS AppSync sidebar menu with APIs, Todo API highlighted, and other options listed.](/images/appsync/latest/devguide/images/explorer-example-6.png)
It summarizes the steps for setting up your API and outlines the next steps for building a client
application. The Integrate with your app section provides details for using
the AWS Amplify toolchain
The Client Samples section also lists sample client applications (e.g.,
JavaScript, iOS, Android) for testing an end-to-end experience. You can clone and download these samples,
and the configuration file has the necessary information (such as your endpoint URL) you need to get
started. Follow the instructions on the AWS Amplify
toolchain
Supplemental reading
-
Designing GraphQL APIs with AWS AppSync - This is a comprehensive guide for creating your GraphQL using a blank schema with no data sources or resolvers.