LAP Registry

AWS AppSync Skill

amazonaws-com-appsync

Provider: Amazon Web Services Version: 2017-07-25 Endpoints: 64 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
POST/v1/domainnames/{domainName}/apiassociation
POST/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociationsMaps an endpoint to your custom domain.
POST/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociationsCreates an association between a Merged API and source API using the source API's identifier.
POST/v1/apis/{apiId}/ApiCachesCreates an association between a Merged API and source API using the Merged API's identifier.
POST/v1/apis/{apiId}/apikeysCreates a cache for the GraphQL API.
POST/v1/apis/{apiId}/datasourcesCreates a unique key that you can distribute to clients who invoke your API.
POST/v1/domainnamesCreates a DataSource object.
POST/v1/apis/{apiId}/functionsCreates a custom DomainName object.
POST/v1/apisCreates 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}/resolversCreates a GraphqlApi object.
POST/v1/apis/{apiId}/typesCreates 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}/ApiCachesCreates 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}/apiassociationDeletes 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-evaluatecodeDeletes an association between a Merged API and source API using the Merged API's identifier and the association ID.
POST/v1/dataplane-evaluatetemplateEvaluates 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}/FlushCacheEvaluates 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}/apiassociationFlushes an ApiCache object.
GET/v1/apis/{apiId}/ApiCachesRetrieves 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...

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install amazonaws-com-appsync

Downloads and installs to ~/.claude/skills/amazonaws-com-appsync/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)