A Model Context Protocol (MCP) server for AWS AppSync that enables AI assistants to manage and interact with backend APIs.
This server provides the following tools for AI assistants:
Creates a new AppSync API with the given configuration.
Creates a new GraphQL API with authentication and other configuration options.
Creates an API key for authentication with an AppSync API.
Creates and configures caching for an AppSync API to improve performance.
Creates a data source to connect the API to backend services like DynamoDB, Lambda, or RDS.
Creates an AppSync function for reusable business logic.
Creates a channel namespace for real-time subscriptions.
Creates a custom domain name for an AppSync API.
Creates a resolver to connect GraphQL fields to data sources.
Creates or updates the GraphQL schema for an API.