sandbox-resources

Discover Amplify sandbox resources by reading amplify_outputs.json and querying AppSync.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ChinchillaEnterprises/ChillSkills --skill sandbox-resources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandbox-resources
Source: https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/sandbox-resources
Command: npx skills add https://github.com/ChinchillaEnterprises/ChillSkills --skill sandbox-resources

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually discovering all deployed AWS resources in an Amplify sandbox (DynamoDB tables, Lambda functions, etc.) can be time-consuming and requires navigating the AWS console. This Skill automates the discovery process, providing a quick, comprehensive inventory of your sandbox resources.

Core Features & Use Cases

  • Automated Resource Discovery: Reads amplify_outputs.json and queries the AppSync API to list all deployed DynamoDB tables, Lambda functions, data models, and authentication configurations.
  • Physical Name Visibility: Presents physical AWS names and ARNs, making it easy to use with AWS CLI for further interaction and debugging.
  • Quick Health Check: Helps verify that all expected resources were created correctly after running npx ampx sandbox, ensuring your deployment is sound.

Quick Start

Discover my sandbox resources.

Frequently Asked Questions about sandbox-resources

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

FAQPage Schema
How do I discover all resources in my Amplify sandbox?

Sandbox resource discovery reads your amplify_outputs.json file and queries the AppSync GraphQL API to automatically enumerate DynamoDB tables, Lambda functions, data models, and authentication settings. This gives you a complete inventory with physical AWS names and ARNs without navigating the AWS console.

What information does Amplify sandbox resource discovery provide?

The discovery process returns physical AWS resource names, ARNs, regions, and metadata for all deployed DynamoDB tables, Lambda functions, data models, and auth configurations. This output is formatted for direct use with AWS CLI commands and debugging workflows.

Can I use this to verify my Amplify sandbox deployment?

Yes, sandbox resource discovery performs a quick health check after running `npx ampx sandbox`, confirming that all expected DynamoDB tables, Lambda functions, and authentication resources were created correctly and are accessible via AppSync.

What do I need to run Amplify sandbox resource discovery?

You need access to your project's amplify_outputs.json file and the AppSync GraphQL URL from your local Amplify sandbox deployment. The Skill reads these to query and enumerate your deployed resources.

Can I use discovered sandbox resources with AWS CLI?

Yes, the Skill outputs physical AWS names and ARNs specifically formatted for AWS CLI use, enabling you to interact directly with discovered DynamoDB tables, Lambda functions, and other resources for further configuration or debugging.