AWS AppSync Skill
amazonaws-com-appsync
amazonaws-com-appsync
| Method | Path | Description |
|---|---|---|
POST | /v1/domainnames/{domainName}/apiassociation | |
POST | /v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations | Maps an endpoint to your custom domain. |
POST | /v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations | Creates an association between a Merged API and source API using the source API's identifier. |
POST | /v1/apis/{apiId}/ApiCaches | Creates an association between a Merged API and source API using the Merged API's identifier. |
POST | /v1/apis/{apiId}/apikeys | Creates a cache for the GraphQL API. |
POST | /v1/apis/{apiId}/datasources | Creates a unique key that you can distribute to clients who invoke your API. |
POST | /v1/domainnames | Creates a DataSource object. |
POST | /v1/apis/{apiId}/functions | Creates a custom DomainName object. |
POST | /v1/apis | Creates a Function object. A function is a reusable entity. You can use multiple functions to compose the resolver logic. |
POST | /v1/apis/{apiId}/types/{typeName}/resolvers | Creates a GraphqlApi object. |
POST | /v1/apis/{apiId}/types | Creates a Resolver object. A resolver converts incoming requests into a format that a data source can understand, and converts the data source's responses into GraphQL. |
DELETE | /v1/apis/{apiId}/ApiCaches | Creates a Type object. |
DELETE | /v1/apis/{apiId}/apikeys/{id} | Deletes an ApiCache object. |
DELETE | /v1/apis/{apiId}/datasources/{name} | Deletes an API key. |
DELETE | /v1/domainnames/{domainName} | Deletes a DataSource object. |
DELETE | /v1/apis/{apiId}/functions/{functionId} | Deletes a custom DomainName object. |
DELETE | /v1/apis/{apiId} | Deletes a Function. |
DELETE | /v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName} | Deletes a GraphqlApi object. |
DELETE | /v1/apis/{apiId}/types/{typeName} | Deletes a Resolver object. |
DELETE | /v1/domainnames/{domainName}/apiassociation | Deletes a Type object. |
DELETE | /v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId} | Removes an ApiAssociation object from a custom domain. |
DELETE | /v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId} | Deletes an association between a Merged API and source API using the source API's identifier and the association ID. |
POST | /v1/dataplane-evaluatecode | Deletes an association between a Merged API and source API using the Merged API's identifier and the association ID. |
POST | /v1/dataplane-evaluatetemplate | Evaluates the given code and returns the response. The code definition requirements depend on the specified runtime. For APPSYNC_JS runtimes, the code defines the request and resp... |
DELETE | /v1/apis/{apiId}/FlushCache | Evaluates a given template and returns the response. The mapping template can be a request or response template. Request templates take the incoming request after a GraphQL operat... |
GET | /v1/domainnames/{domainName}/apiassociation | Flushes an ApiCache object. |
GET | /v1/apis/{apiId}/ApiCaches | Retrieves an ApiAssociation object. |
GET | /v1/apis/{apiId}/datasources/{name} | Retrieves an ApiCache object. |
GET | /v1/datasources/introspections/{introspectionId} | Retrieves a DataSource object. |
GET | /v1/domainnames/{domainName} | Retrieves the record of an existing introspection. If the retrieval is successful, the result of the instrospection will also be returned. If the retrieval fails the operation, an... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-appsync
Downloads and installs to ~/.claude/skills/amazonaws-com-appsync/
2017-07-25 (2026-02-13)