amazonaws.com

AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.

🔑 oauth2 51 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Lists your GraphQL APIs.
curl \
  -H "Authorization: $API_KEY" \
  http://appsync.us-east-1.amazonaws.com/v1/apis
Lists multiple custom domain names.
curl \
  -H "Authorization: $API_KEY" \
  http://appsync.us-east-1.amazonaws.com/v1/domainnames
Retrieves a <code>GraphqlApi</code> object.
curl \
  -H "Authorization: $API_KEY" \
  http://appsync.us-east-1.amazonaws.com/v1/apis/{apiId}
Endpoints (51 total)
GET
/v1/apis
Lists your GraphQL APIs.
GET
/v1/domainnames
Lists multiple custom domain names.
GET
/v1/apis/{apiId}
Retrieves a <code>GraphqlApi</code> object.
GET
/v1/tags/{resourceArn}
Lists the tags for a resource.
GET
/v1/apis/{apiId}/apikeys
<p>Lists the API keys for a given API.</p> <note> <p>API keys are deleted aut…
GET
/v1/apis/{apiId}/ApiCaches
Retrieves an <code>ApiCache</code> object.
GET
/v1/apis/{apiId}/functions
List multiple functions.
GET
/v1/apis/{apiId}/datasources
Lists the data sources for a given API.
GET
/v1/domainnames/{domainName}
Retrieves a custom <code>DomainName</code> object.
GET
/v1/apis/{apiId}/types#format
Lists the types for a given API.
GET
/v1/apis/{apiId}/schema#format
Retrieves the introspection schema for a GraphQL API.
GET
/v1/apis/{apiId}/schemacreation
Retrieves the current status of a schema creation operation.
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints51
Authoauth2
Categories1
http://appsync.us-east-1.amazonaws.com