appsync

Create and manage AWS AppSync GraphQL APIs, data sources, resolvers, and API keys.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill appsync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appsync
Source: https://github.com/david-2814/claw-aws/tree/main/skills/appsync
Command: npx skills add https://github.com/david-2814/claw-aws --skill appsync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies the creation and ongoing management of AWS AppSync GraphQL APIs by enabling configuration of schemas, data sources, resolvers, and API keys through the AWS CLI, reducing manual setup and drift.

Core Features & Use Cases

  • Create and configure AppSync GraphQL APIs, including uploading GraphQL schemas and wiring resolvers to data sources.
  • Add and manage data sources (DynamoDB, Lambda, OpenSearch, HTTP, etc.), plus their integration with resolvers and pipelines.
  • Manage API keys, monitor usage, and perform routine maintenance tasks to keep GraphQL backends healthy and secure.

Quick Start

Install the AWS CLI v2, configure your credentials, and run the AppSync setup commands to bootstrap an API.

Frequently Asked Questions about appsync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AWS AppSync GraphQL APIs using the AWS CLI?

You can manage AWS AppSync GraphQL APIs via the AWS CLI by running commands to create APIs, upload schemas, wire resolvers to data sources, and configure API keys. This approach reduces manual setup and configuration drift.

How do I create and wire AppSync resolvers to data sources like DynamoDB?

To wire AppSync resolvers, use AWS CLI commands to add data sources such as DynamoDB or Lambda, then attach resolvers or pipelines to specific GraphQL schema fields. This connects your schema operations to backend data stores.

Do I need specific AWS permissions to configure AppSync APIs and API keys?

Yes, configuring AppSync APIs requires AWS CLI v2, valid credentials, and permissions granting appsync:* access or scoped policies. These permissions allow you to manage schemas, data sources, resolvers, and API keys.

What is the best way to automate AppSync API key rotation and monitoring?

Automating AppSync API key rotation and monitoring is done through AWS CLI commands that manage API keys and track usage. This supports routine maintenance to keep your GraphQL backend secure and healthy.

Can I use AWS CLI to update GraphQL schemas for existing AppSync APIs?

Yes, you can use the AWS CLI to apply schema updates to existing AppSync GraphQL APIs. This allows you to modify your GraphQL schema definitions and maintain your API configuration without manual console intervention.